summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 8fe1429..7ddf8a6 100644
--- a/rules.js
+++ b/rules.js
@@ -2366,7 +2366,6 @@ function resume_final_crisis_discard() {
else if (game.blue_hand.length > game.round)
game.active = [ VERSAILLES ]
else {
- clear_undo()
game.round = 4
goto_initiative_phase()
}
@@ -2388,7 +2387,6 @@ states.final_crisis_discard = {
}
},
card(c, player) {
- push_undo()
if (player === COMMUNE)
array_remove_item(game.red_hand, c)
if (player === VERSAILLES)