summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-29 17:30:30 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:26 +0100
commit1ec5d762368bfca6e51e83e100c7de2138fae0e8 (patch)
tree33b597da5790ca95bb93d52ef65d9b5c65139584 /play.js
parentad11f065d685726d782cd835a2019a5347269e0f (diff)
downloadrommel-in-the-desert-1ec5d762368bfca6e51e83e100c7de2138fae0e8.tar.gz
Redeploy!
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")