diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -3572,17 +3572,6 @@ exports.action = function (state, player, action, arg) { // === GAME OVER === -exports.resign = function (state, player) { - game = state - if (game.state !== "game_over") { - if (player === COMMUNE) - goto_game_over(VERSAILLES, "Commune resigned.") - if (player === VERSAILLES) - goto_game_over(COMMUNE, "Versailles resigned.") - } - return game -} - function goto_game_over(result, victory) { game.state = "game_over" game.active = "None" |