diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1588,12 +1588,11 @@ function on_update() { action_button("execute", "Execute") action_button("discard", "Discard") - + action_button("draw", "Draw") action_button("save", "Save") action_button("stop", "Stop") action_button("pass", "Pass") action_button("next", "Next") - action_button("done", "Done") confirm_action_button("restart", "Restart", "Restart movement phase on Flanders map?") @@ -1602,7 +1601,6 @@ function on_update() { action_button("end_political_card", "End political card") action_button("end_place_hussars", "End place hussars") - action_button("end_cards", "End card draw") action_button("end_setup", "End setup") action_button("end_recruit", "End recruit") action_button("end_flanders", "End Flanders") |