diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-03 15:50:47 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-03 15:50:47 +0200 |
commit | 4c408e39ca73d04f99ca98d062f506dca87343aa (patch) | |
tree | 9e653584d1820c9b40bf2aa0bffa400d99fe4f89 /play.js | |
parent | cef97e542f1ac840f40b878dbc6921df865cbc92 (diff) | |
download | algeria-4c408e39ca73d04f99ca98d062f506dca87343aa.tar.gz |
deployment
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -462,6 +462,10 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("end_reinforcement", "End reinforcement") + action_button("to_patrol", "To Patrol") + action_button("end_deployment", "End deployment") + + action_button("done", "Done") action_button("undo", "Undo") // XXX debug |