summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-08-06 19:36:31 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:26 +0100
commit78e9baac237f6305fc438020417aa0e289edce3f (patch)
tree3ba02573fe9b46e4151dac92a8c05e228d056bde /play.js
parent65ca9a63afa585c51091ccb6430e4933515bcd27 (diff)
downloadrommel-in-the-desert-78e9baac237f6305fc438020417aa0e289edce3f.tar.gz
Search legal group withdrawal moves.
TODO: Fortress supply! TODO: Withdrawal Regroup moves.
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/play.js b/play.js
index fa9bd19..43ba4bc 100644
--- a/play.js
+++ b/play.js
@@ -883,6 +883,9 @@ function on_update() {
action_button("end_buildup", "End buildup")
action_button("end_turn", "End turn")
+ confirm_action_button("confirm_end_turn", "End turn",
+ "End turn without performing any moves?")
+
action_button("undo", "Undo")
}