From 121366f15f7cd4e9bb7c64b668742c9b556dd772 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 27 May 2022 20:22:23 +0200 Subject: Pause before game over when it can be undone. --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 379c810..7d6a391 100644 --- a/play.js +++ b/play.js @@ -536,6 +536,7 @@ function on_update() { action_button("pass", "Pass"); action_button("next", "Next"); + action_button("end_game", "End game"); confirm_action_button("end_turn_pass", "End turn", "Are you sure you want to END TURN while you still have actions?"); action_button("end_turn", "End turn"); -- cgit v1.2.3