diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |