From 994e87d2490b855b32ff49a43fc5a36275fb66d9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 15 Dec 2022 21:14:12 +0100 Subject: Improve avoid battle / withdraw sequence. --- play.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'play.js') 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") -- cgit v1.2.3