diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1041,9 +1041,11 @@ function on_update() { action_button("end_march", "End March") // Command buttons + action_button("migrate", "Migrate") + action_button("end_migrate", "End Migrate") action_button("rally", "Rally") - action_button("rebel", "Rebel") action_button("end_rally", "End Rally") + action_button("rebel", "Rebel") action_button("end_rebel", "End Rebel") // Decree buttons |