From 52d1248beeeee30479de7901b526477430b4c454 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 26 Sep 2023 01:39:57 +0200 Subject: Pause before rolling for attack. Pause at end of turn. --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 5736494..7e2fba4 100644 --- a/play.js +++ b/play.js @@ -447,6 +447,7 @@ function on_update() { action_button("roll", "Roll") action_button("next", "Next") action_button("end_step", "End step") + action_button("end_turn", "End turn") action_button("pass", "Pass") action_button("undo", "Undo") } -- cgit v1.2.3