summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.js b/play.js
index c2ca64a..b67e509 100644
--- a/play.js
+++ b/play.js
@@ -1685,8 +1685,12 @@ function on_update() {
action_button("end_wastage", "End Wastage")
action_button("end_withdraw", "End Withdraw")
+ // ADDING TROOPS THROUGH EVENTS
action_button("add_militia", "Add Militia")
action_button("add_men_at_arms", "Add Men at Arms")
+
+ // REMOVE INFLUENCE
+ action_button("remove_influence", "Remove influence")
action_button("pass", "Pass")
action_button("done", "Done")