diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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") |