From e77e9979ffd6917a3ecab52d16df575551b808b3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 1 Oct 2021 13:39:43 +0200 Subject: 300: Fix Acropolis on Fire not ending the persian turn. --- rules.js | 1 + 1 file changed, 1 insertion(+) 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() { -- cgit v1.2.3