From 78e9baac237f6305fc438020417aa0e289edce3f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 6 Aug 2022 19:36:31 +0200 Subject: Search legal group withdrawal moves. TODO: Fortress supply! TODO: Withdrawal Regroup moves. --- play.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'play.js') 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") } -- cgit v1.2.3