From 73a98355f5d143f251ce0937d7f844f13c135c99 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 1 May 2025 13:35:19 +0200 Subject: Fix undo glitch in final crisis discard. --- rules.js | 2 -- 1 file changed, 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) -- cgit v1.2.3