From f2f4cfa8cda5fedb7a6bc2f6af771629d09d21aa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 15 Dec 2022 17:23:03 +0100 Subject: Avoid Battle and Siege. --- play.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 9332c66..32ff0c9 100644 --- a/play.js +++ b/play.js @@ -6,6 +6,9 @@ // TODO: held events, this_turn events +// inactive command cylinder color - other color outline +// moved/fought lord coloring - blue outline? + function find_lord(name) { return data.lords.findIndex((x) => x.name === name) } @@ -1240,6 +1243,10 @@ function on_update() { action_button("use_legate", "Legate") + action_button("withdraw", "Withdraw") + action_button("battle", "Battle") + action_button("surrender", "Surrender") + action_button("sail", "Sail") action_button("march", "March") action_button("siege", "Siege") -- cgit v1.2.3