summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-23 00:13:59 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-23 00:13:59 +0200
commit1670c2a19ab91d6e5f30080a469cf5c55aac902b (patch)
tree35da786ecf2336a34743c166066bc6b63d7ee01f /play.js
parent23bd83c80d3e0a2d7dd18f76ae4039effd7ce448 (diff)
downloadmaria-1670c2a19ab91d6e5f30080a469cf5c55aac902b.tar.gz
Clamp marker shifts at end.
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 4 insertions, 0 deletions
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")