diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -764,7 +764,7 @@ function target_button(action) { function on_update() { if (!ui.loaded) { - document.getElementById("prompt").textContent = "Waiting for map..." + document.getElementById("prompt").textContent = "ERROR" return setTimeout(on_update, 500) } @@ -803,6 +803,11 @@ function on_update() { action_button("retreat", "Retreat") action_button("probe", "Probe") + action_button("replacement", "Replacement") + action_button("refit", "Refit") + action_button("minefield", "Minefield") + action_button("extra_supply_card", "Card") + action_button("group", "Group") action_button("regroup", "Regroup") |