summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-12-15 21:14:12 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commit994e87d2490b855b32ff49a43fc5a36275fb66d9 (patch)
treee6f8507657676cba06bd9d4f0ec4b6afe9753f50 /play.js
parent894ef1e70c278f09b1e413cd85c2e1ac5e1f518b (diff)
downloadnevsky-994e87d2490b855b32ff49a43fc5a36275fb66d9.tar.gz
Improve avoid battle / withdraw sequence.
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/play.js b/play.js
index 32ff0c9..fb39dc6 100644
--- a/play.js
+++ b/play.js
@@ -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")