summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/play.js b/play.js
index daf45aa..6f9ba86 100644
--- a/play.js
+++ b/play.js
@@ -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")