summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-31 20:10:38 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commit780458180e2488d3c43070fde516b2f4f3b826b6 (patch)
tree7c4e0ec7cc7fdf2e484dbfc2233cf9751614f848
parent4fffe7e7f2f00505bc71c8c7184a586f0b0cb7f9 (diff)
download300-earth-and-water-780458180e2488d3c43070fde516b2f4f3b826b6.tar.gz
300: Fix player turn bug with Immortals after greek battle.
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 5a77fc9..7fdebf0 100644
--- a/rules.js
+++ b/rules.js
@@ -1765,6 +1765,7 @@ states.greek_land_battle_immortals = {
game.immortals = 0;
},
next: function () {
+ game.active = GREECE;
end_battle(true);
}
}