summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-01-18 12:44:35 +0100
committerTor Andersson <tor@ccxvii.net>2025-01-19 01:39:35 +0100
commitacd17f3123afbf82f8e88de2270f34492ea44023 (patch)
tree9cd37ceb426f637305842716563dcab7c15f7605 /play.js
parentd00fb214c71174f8c2759ceba81164f883a59888 (diff)
downloadtime-of-crisis-acd17f3123afbf82f8e88de2270f34492ea44023.tar.gz
v3: may declare last round to trigger end game
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index c964808..8d1e9e3 100644
--- a/play.js
+++ b/play.js
@@ -1668,7 +1668,9 @@ function on_update() {
action_button("end_actions", "End Actions")
action_button("end_turn", "End Turn")
+ action_button("end_game", "End Game")
+ action_button("continue", "Continue")
action_button("pass", "Pass")
action_button("done", "Done")
action_button("undo", "Undo")