summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-09-15 12:09:27 +0200
committerTor Andersson <tor@ccxvii.net>2024-09-15 12:09:27 +0200
commit434e2ee422eee7555836fab5480f0d71c15d83c1 (patch)
treed4ef00f91baa82988ad510c7c7d42a4c3efa5cc2 /play.js
parent2a320ebe8ba6148979fb2c501a197b972aa1facf (diff)
downloadwilderness-war-434e2ee422eee7555836fab5480f0d71c15d83c1.tar.gz
Explicit "end" buttons instead of "next".
Diffstat (limited to 'play.js')
-rw-r--r--play.js9
1 files changed, 9 insertions, 0 deletions
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")
}