summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-03-27 13:33:15 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commit86756fab7258c29c66b0622c69b743ba85d3d339 (patch)
tree2f10e2d978590492657998f41f808cb8d4bb1c87
parentf430388401da9d26baaaa5eb992c5f0fe4f8e228 (diff)
downloadwilderness-war-86756fab7258c29c66b0622c69b743ba85d3d339.tar.gz
Fix retroactive foul weather after amphibious landing.
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index d649351..3d87f44 100644
--- a/rules.js
+++ b/rules.js
@@ -3438,6 +3438,7 @@ states.amphibious_landing = {
game.amphib.push(to);
apply_move(to);
goto_intercept();
+ return goto_retroactive_foul_weather();
},
}