diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-08 13:15:08 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 3062517a5f468e5354a51dac855ae8bf74c0b207 (patch) | |
tree | 5efe067bc5d55d1ece59463c79dd50d5d91e4fc4 /rules.js | |
parent | 7cc65af51edafc0949a579424512cb9701c6a4aa (diff) | |
download | nevsky-3062517a5f468e5354a51dac855ae8bf74c0b207.tar.gz |
Remove wrong control swap between "ambush" and "avoid battle spoils".
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4966,7 +4966,6 @@ states.march_ambush = { goto_march_withdraw() }, pass() { - set_active_enemy() game.march.ambush_lords = 0 game.march.ambush_assets = 0 game.march.ambush_besieged = 0 |