From 434e2ee422eee7555836fab5480f0d71c15d83c1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 15 Sep 2024 12:09:27 +0200 Subject: Explicit "end" buttons instead of "next". --- play.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index db0d5ce..16754e4 100644 --- a/play.js +++ b/play.js @@ -1576,8 +1576,17 @@ function update_map() { action_button("next", "Next") action_button("end_activations", "End activations") + action_button("end_attrition", "End attrition") action_button("end_construction", "End construction") + action_button("end_event", "End event") + action_button("end_go_home", "End go home") + action_button("end_losses", "End losses") + action_button("end_militia", "End militia") action_button("end_move", "End move") + action_button("end_response", "End response") + action_button("end_retreat", "End retreat") + action_button("end_sortie", "End sortie") + action_button("end_withdraw", "End withdraw") action_button("undo", "Undo") } -- cgit v1.2.3