summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-03-24 02:28:44 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commit1ef39d9f8dedabdf077ccf8132a2e013c10b7dea (patch)
tree7ba6812464402b2ef81b01628144866e66d70272 /play.js
parented2e67651cfb9a8a1969969231733e7973103df9 (diff)
downloadwilderness-war-1ef39d9f8dedabdf077ccf8132a2e013c10b7dea.tar.gz
Separate end move / intercept / avoid battle buttons.
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/play.js b/play.js
index 0c0e2f5..5f6f116 100644
--- a/play.js
+++ b/play.js
@@ -1428,10 +1428,13 @@ function update_map() {
action_button("eliminate", "Eliminate");
action_button("pick_up_all", "Pick up all");
action_button("drop_off", "Drop off");
+ action_button("intercept", "Intercept");
+ action_button("avoid", "Avoid battle");
action_button("exchange", "Exchange");
action_button("stop", "Stop");
action_button("pass", "Pass");
action_button("next", "Next");
+ action_button("end_move", "End move");
action_button("undo", "Undo");
}