diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-09-15 12:09:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-09-15 12:09:27 +0200 |
commit | 434e2ee422eee7555836fab5480f0d71c15d83c1 (patch) | |
tree | d4ef00f91baa82988ad510c7c7d42a4c3efa5cc2 /play.js | |
parent | 2a320ebe8ba6148979fb2c501a197b972aa1facf (diff) | |
download | wilderness-war-434e2ee422eee7555836fab5480f0d71c15d83c1.tar.gz |
Explicit "end" buttons instead of "next".
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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") } |