From 2d03154db7fa2e25b7188c0599d1807ae345cd2e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 25 May 2024 19:32:33 +0200 Subject: confirm ending movement with unmoved pieces --- play.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 51a2b73..6da09b2 100644 --- a/play.js +++ b/play.js @@ -902,6 +902,9 @@ function on_update() { action_button("end_supply", "End supply") action_button("end_turn", "End turn") + confirm_action_button("confirm_end_movement", "End movement", + "You still have UNMOVED pieces.?") + action_button("undo", "Undo") process_actions() -- cgit v1.2.3