From 1670c2a19ab91d6e5f30080a469cf5c55aac902b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 23 Oct 2024 00:13:59 +0200 Subject: Clamp marker shifts at end. --- play.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 363615d..7b69656 100644 --- a/play.js +++ b/play.js @@ -1202,6 +1202,10 @@ function on_update() { action_button("recruit", "Recruit") action_button("transfer", "Transfer") + action_button("execute", "Execute") + action_button("discard", "Discard") + + action_button("save", "Save") action_button("stop", "Stop") action_button("pass", "Pass") action_button("next", "Next") -- cgit v1.2.3