diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-31 20:10:38 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 780458180e2488d3c43070fde516b2f4f3b826b6 (patch) | |
tree | 7c4e0ec7cc7fdf2e484dbfc2233cf9751614f848 | |
parent | 4fffe7e7f2f00505bc71c8c7184a586f0b0cb7f9 (diff) | |
download | 300-earth-and-water-780458180e2488d3c43070fde516b2f4f3b826b6.tar.gz |
300: Fix player turn bug with Immortals after greek battle.
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1765,6 +1765,7 @@ states.greek_land_battle_immortals = { game.immortals = 0; }, next: function () { + game.active = GREECE; end_battle(true); } } |