summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-24 00:40:25 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-24 00:40:25 +0100
commit8dc7e3a580cf2e2d87794060f38b911753f8541e (patch)
tree40fdb2670ce402d4938ca07ffafd186bff3b4733 /rules.js
parentf9786236e73e78d257d4121a9c0e24682c3c8e14 (diff)
downloadred-flag-over-paris-8dc7e3a580cf2e2d87794060f38b911753f8541e.tar.gz
Automatic resign menu.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules.js b/rules.js
index 6cb813a..6e88d90 100644
--- a/rules.js
+++ b/rules.js
@@ -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"