summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-09-15 00:25:02 +0200
committerTor Andersson <tor@ccxvii.net>2024-09-15 00:25:02 +0200
commit65b85b69056bdccc8d94cf77aafa6bffd7082273 (patch)
tree7d1321883657c3bed104dcd31e7c3d79c4308f47 /play.js
parent23b5aaf4062756c2d04d7c70af3ee486678aa213 (diff)
downloadwilderness-war-65b85b69056bdccc8d94cf77aafa6bffd7082273.tar.gz
Simplify button action generation.
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 3973ce6..6fc6fd7 100644
--- a/play.js
+++ b/play.js
@@ -1542,6 +1542,7 @@ function update_map() {
action_button("eliminate", "Eliminate")
action_button("pick_up_all", "Pick up all")
action_button("drop_off", "Drop off")
+ action_button("activate", "Activate")
action_button("intercept", "Intercept")
action_button("avoid", "Avoid battle")
action_button("exchange", "Exchange")