summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 1d8e41f..463b50b 100644
--- a/play.js
+++ b/play.js
@@ -140,6 +140,7 @@ function on_update() {
for (let e of action_register)
e.classList.toggle("action", is_action(e.my_action, e.my_id))
+ action_button("end_deployment", "End deployment")
action_button("roll", "Roll")
action_button("done", "Done")
action_button("undo", "Undo")