diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2382,10 +2382,12 @@ states.final_crisis_events = { discard_card(c) game.what = c if (game.active === VERSAILLES && is_commune_card(c)) { + clear_undo() game.active = COMMUNE game.state = "final_crisis_opponent_event" } else if (game.active === COMMUNE && is_versailles_card(c)) { + clear_undo() game.active = VERSAILLES game.state = "final_crisis_opponent_event" } |