summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-03-06 20:26:30 +0100
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:15 +0200
commit66d0b6373d3cdd0af5fbd6760325cb4b9c5f525a (patch)
tree1379e28671d0ca97fce65e5b192e21a553062c7c /play.js
parent14891230a45429c396c0731cd7737e4b8b9b4e88 (diff)
downloadandean-abyss-66d0b6373d3cdd0af5fbd6760325cb4b9c5f525a.tar.gz
Special Activities.
Diffstat (limited to 'play.js')
-rw-r--r--play.js13
1 files changed, 8 insertions, 5 deletions
diff --git a/play.js b/play.js
index 22dcf85..195cb6f 100644
--- a/play.js
+++ b/play.js
@@ -825,11 +825,11 @@ function on_update() {
action_button("extort", "Extort")
action_button("ambush", "Ambush")
- action_button("kidnap", "Assassinate")
+ action_button("assassinate", "Assassinate")
action_button("kidnap", "Kidnap")
- action_button("kidnap", "Cultivate")
- action_button("kidnap", "Process")
- action_button("kidnap", "Bribe")
+ action_button("cultivate", "Cultivate")
+ action_button("process", "Process")
+ action_button("bribe", "Bribe")
// Attack sub-actions
action_button("resolve", "Resolve!")
@@ -846,8 +846,11 @@ function on_update() {
action_button("event", "Event")
action_button("limop", "LimOp")
+ action_button("end_activity", "End Activity")
+ action_button("end_operation", "End Op")
+
action_button("next", "Next")
- action_button("done", "Done!")
+ action_button("done", "Done")
action_button("undo", "Undo")
}