diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-23 00:13:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-23 00:13:59 +0200 |
commit | 1670c2a19ab91d6e5f30080a469cf5c55aac902b (patch) | |
tree | 35da786ecf2336a34743c166066bc6b63d7ee01f /play.js | |
parent | 23bd83c80d3e0a2d7dd18f76ae4039effd7ce448 (diff) | |
download | maria-1670c2a19ab91d6e5f30080a469cf5c55aac902b.tar.gz |
Clamp marker shifts at end.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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") |