summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html2
-rw-r--r--rules.js11
2 files changed, 0 insertions, 13 deletions
diff --git a/play.html b/play.html
index 51a12ee..190f175 100644
--- a/play.html
+++ b/play.html
@@ -25,8 +25,6 @@
<li><a href="info/rules.html" target="_blank">Rules</a>
<li><a href="info/censorship.html" target="_blank">Reference</a>
<li><a href="info/cards.html" target="_blank">Cards</a>
- <li class="resign separator">
- <li class="resign" onclick="confirm_resign()">Resign
</menu>
</details>
</div>
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"