summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-07-22 18:18:50 +0200
committerTor Andersson <tor@ccxvii.net>2024-07-22 18:18:50 +0200
commit67f1a56c1ba6424d071f874e90e48d32e27778ef (patch)
treeb9358dea6050a288bb32b891f7177b710fdfb69d
parent12c0ebd73cb87e6d244658b5600a20b898b89548 (diff)
download300-earth-and-water-67f1a56c1ba6424d071f874e90e48d32e27778ef.tar.gz
Don't clear "Acropolis on fire" after "Mines of Laurion" preparation step.
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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();
}
},