summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTroy Nordine <tdnordine@gmail.com>2023-10-09 18:44:06 -0500
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commitedcae0f25698561e606a50c4c75c4acd1a0f1e88 (patch)
tree77381405dde50a2e7cf245fabed5cf23eb7b42b7 /play.js
parentea2b196f5d1253f3a5c2dda9dbddaf4d03d2c5ef (diff)
downloadplantagenet-edcae0f25698561e606a50c4c75c4acd1a0f1e88.tar.gz
Implemented Event L114 - Scots.
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/play.js b/play.js
index 7182845..270e162 100644
--- a/play.js
+++ b/play.js
@@ -1639,6 +1639,9 @@ function on_update() {
action_button("end_wastage", "End Wastage")
action_button("end_withdraw", "End Withdraw")
+ action_button("add_militia", "Add Militia")
+ action_button("add_men_at_arms", "Add Men at Arms")
+
action_button("pass", "Pass")
action_button("done", "Done")
action_button("undo", "Undo")