diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-15 21:14:12 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 994e87d2490b855b32ff49a43fc5a36275fb66d9 (patch) | |
tree | e6f8507657676cba06bd9d4f0ec4b6afe9753f50 /play.js | |
parent | 894ef1e70c278f09b1e413cd85c2e1ac5e1f518b (diff) | |
download | nevsky-994e87d2490b855b32ff49a43fc5a36275fb66d9.tar.gz |
Improve avoid battle / withdraw sequence.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1243,9 +1243,12 @@ function on_update() { action_button("use_legate", "Legate") + action_button("end_avoid_battle", "End avoid battle") action_button("withdraw", "Withdraw") - action_button("battle", "Battle") + action_button("end_withdraw", "End withdraw") + action_button("surrender", "Surrender") + action_button("siegeworks", "Siegeworks") action_button("sail", "Sail") action_button("march", "March") |