diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-06 20:26:30 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:15 +0200 |
commit | 66d0b6373d3cdd0af5fbd6760325cb4b9c5f525a (patch) | |
tree | 1379e28671d0ca97fce65e5b192e21a553062c7c /play.js | |
parent | 14891230a45429c396c0731cd7737e4b8b9b4e88 (diff) | |
download | andean-abyss-66d0b6373d3cdd0af5fbd6760325cb4b9c5f525a.tar.gz |
Special Activities.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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") } |