diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-14 13:16:07 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 69d1cdece310f734d06bb2f99ebf393f836178f3 (patch) | |
tree | a431cc5075fea4cb1e26760ae8114b40c027502e /play.js | |
parent | a3447a670f869ea2d4d8bca26fad526fa3e531c9 (diff) | |
download | table-battles-69d1cdece310f734d06bb2f99ebf393f836178f3.tar.gz |
Blenheim.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -381,6 +381,7 @@ function on_update() { action_button("absorb", "Absorb") action_button("roll", "Roll") action_button("pass", "Pass") + action_button("next", "Next") action_button("end_turn", "End turn") action_button("undo", "Undo") } |