From 86756fab7258c29c66b0622c69b743ba85d3d339 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 27 Mar 2022 13:33:15 +0200 Subject: Fix retroactive foul weather after amphibious landing. --- rules.js | 1 + 1 file changed, 1 insertion(+) 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(); }, } -- cgit v1.2.3