From f60e0514870fa6af46073671f1f9a02baf649e4a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 15 Apr 2023 12:09:31 +0200 Subject: Add explicit "End construction" button instead of pass/next. --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index ca342df..7e2e764 100644 --- a/play.js +++ b/play.js @@ -1485,6 +1485,7 @@ function update_map() { action_button("pass", "Pass") action_button("next", "Next") + action_button("end_construction", "End construction") action_button("end_move", "End move") action_button("undo", "Undo") } -- cgit v1.2.3