summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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 f3e654b..9253d0a 100644
--- a/play.js
+++ b/play.js
@@ -980,6 +980,10 @@ function on_update() {
action_button("conscript", "Conscript")
action_button("end_conscript", "End Conscript")
+ // Command buttons
+ action_button("rally", "Rally")
+ action_button("end_rally", "End Rally")
+
action_button("next", "Next")
action_button("undo", "Undo")