From 464f902debf8be548a8d2ed7c885bdf4d72fa530 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 22 Apr 2022 11:36:32 +0200 Subject: Fix error where goto_retroactive_foul_weather was called twice in ampphib. --- rules.js | 1 - 1 file changed, 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 539f2b4..a865d06 100644 --- a/rules.js +++ b/rules.js @@ -3476,7 +3476,6 @@ states.amphibious_landing = { game.amphib.push(to); apply_move(to); goto_intercept(); - return goto_retroactive_foul_weather(); }, } -- cgit v1.2.3