diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -629,6 +629,7 @@ function on_update() { action_button("overrun", "Overrun") action_button("rommel", "Rommel") + action_button("eliminate", "Eliminate") action_button("retreat", "Retreat") action_button("probe", "Probe") @@ -643,6 +644,7 @@ function on_update() { action_button("next", "Next") action_button("end_move", "End move") + action_button("end_rout", "End rout") action_button("end_retreat", "End retreat") action_button("end_combat", "End combat") action_button("end_turn", "End turn") |