summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-18 19:38:08 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commit80010bfd9f4ed5af5d3f51f83b429400695a2d91 (patch)
tree5cff7c76867004b085e7cc8a786d63bdf7aa66cd /rules.js
parent487af2a47d1735f68dc3d02b80e93c3f3271ac88 (diff)
downloadwilderness-war-80010bfd9f4ed5af5d3f51f83b429400695a2d91.tar.gz
Bug with Retroactive Foul Weather and withdrawing units into fort.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index ee96ab1..29b699e 100644
--- a/rules.js
+++ b/rules.js
@@ -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();