diff options
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9660,6 +9660,7 @@ function load_game_state(state) { exports.resign = function (state, current) { load_game_state(state) + delete game.retro_foul_weather if (game.state !== 'game_over') goto_game_over(current === FRANCE ? BRITAIN : FRANCE, current + " resigned.") return game |