From 67f1a56c1ba6424d071f874e90e48d32e27778ef Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 22 Jul 2024 18:18:50 +0200 Subject: Don't clear "Acropolis on fire" after "Mines of Laurion" preparation step. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 1d5d3e1..655b555 100644 --- a/rules.js +++ b/rules.js @@ -842,11 +842,11 @@ states.greek_preparation_build = { flush_log("Greece raised:"); clear_undo(); game.talents = 0; - game.trigger.acropolis_on_fire = 0; if (game.greek.event === MINES_OF_LAURION) { game.discard.push(MINES_OF_LAURION) end_greek_operation(); } else { + game.trigger.acropolis_on_fire = 0; end_preparation_phase(); } }, -- cgit v1.2.3