diff options
author | Troy Nordine <tdnordine@gmail.com> | 2023-10-09 18:44:06 -0500 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | edcae0f25698561e606a50c4c75c4acd1a0f1e88 (patch) | |
tree | 77381405dde50a2e7cf245fabed5cf23eb7b42b7 /play.js | |
parent | ea2b196f5d1253f3a5c2dda9dbddaf4d03d2c5ef (diff) | |
download | plantagenet-edcae0f25698561e606a50c4c75c4acd1a0f1e88.tar.gz |
Implemented Event L114 - Scots.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |