summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-10-01 13:39:43 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commite77e9979ffd6917a3ecab52d16df575551b808b3 (patch)
tree8571002a8070f885919857eb2e32cf7f0e382029
parent33a1183c3c6bf2bcb79a54f9bd44bcca6c8f5717 (diff)
download300-earth-and-water-e77e9979ffd6917a3ecab52d16df575551b808b3.tar.gz
300: Fix Acropolis on Fire not ending the persian turn.
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 443b771..6aac12f 100644
--- a/rules.js
+++ b/rules.js
@@ -2340,6 +2340,7 @@ function can_play_acropolis_on_fire() {
function play_acropolis_on_fire() {
game.trigger.acropolis_on_fire = 1;
+ end_persian_operation();
}
function can_play_pacification_of_babylon_or_egypt() {