diff options
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2877,6 +2877,7 @@ exports.resign = function (state, current) { if (current === TR) goto_game_over(US, "Tripolitania resigned."); } + return state; } exports.view = function(state, current) { |