summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js11
1 files changed, 5 insertions, 6 deletions
diff --git a/play.js b/play.js
index 2a4de53..2f29ae1 100644
--- a/play.js
+++ b/play.js
@@ -1648,14 +1648,13 @@ function on_update() {
action_button("soldiers_of_fortune", "Soldiers of Fortune")
action_button("commission_of_array", "Commission of Array")
-
-
action_button("capability", "Capability")
- // Parley
- action_button("check", "Influence Check")
- action_button("spend1", "Spend 1 Influence")
- action_button("spend3", "Spend 3 Influence")
+ // Influence Check
+ action_button_with_argument("check", 2, "Check +2")
+ action_button_with_argument("check", 1, "Check +1")
+ action_button_with_argument("check", 0, "Check")
+ action_button_with_argument("check_success", "Success")
// Supply
action_button("stronghold", "Stronghold")