diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-22 11:36:32 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | 464f902debf8be548a8d2ed7c885bdf4d72fa530 (patch) | |
tree | df73a4e3e86dd75fa213f8ac151a44eb2ce744fa /rules.js | |
parent | b8edb1625223f888001fec69fc3bae7c39d807cf (diff) | |
download | wilderness-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.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3476,7 +3476,6 @@ states.amphibious_landing = { game.amphib.push(to); apply_move(to); goto_intercept(); - return goto_retroactive_foul_weather(); }, } |