summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-22 11:36:32 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commit464f902debf8be548a8d2ed7c885bdf4d72fa530 (patch)
treedf73a4e3e86dd75fa213f8ac151a44eb2ce744fa /rules.js
parentb8edb1625223f888001fec69fc3bae7c39d807cf (diff)
downloadwilderness-war-464f902debf8be548a8d2ed7c885bdf4d72fa530.tar.gz
Fix error where goto_retroactive_foul_weather was called twice in ampphib.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
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();
},
}