diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-18 19:38:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | 80010bfd9f4ed5af5d3f51f83b429400695a2d91 (patch) | |
tree | 5cff7c76867004b085e7cc8a786d63bdf7aa66cd /rules.js | |
parent | 487af2a47d1735f68dc3d02b80e93c3f3271ac88 (diff) | |
download | wilderness-war-80010bfd9f4ed5af5d3f51f83b429400695a2d91.tar.gz |
Bug with Retroactive Foul Weather and withdrawing units into fort.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3795,7 +3795,7 @@ function goto_designate_inside() { game.state = 'designate_inside'; if (game.summary) game.summary.inside = []; - return; + return goto_retroactive_foul_weather(); } } goto_avoid_battle(); |