diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2025-01-20 12:29:45 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2025-01-20 12:29:45 +0100 |
commit | de9e615c9cdb81e2ba09adc8f2be7ccdd48a0d92 (patch) | |
tree | 836ca4ee66856bd80a41bdceab0ac5bc1b6b3cf4 /play.js | |
parent | 7ce679fa9898be1df134ea0518ba4f120f2f3e73 (diff) | |
download | plantagenet-de9e615c9cdb81e2ba09adc8f2be7ccdd48a0d92.tar.gz |
fix soldiers of fortune + irishmen and beloved warwick
fix for soldiers of fortune not applying to beloved warwick and irishmen
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1549,6 +1549,7 @@ function on_update() { action_button("heralds", "Heralds") action_button("levy_beloved_warwick", "Beloved Warwick") action_button("levy_irishmen", "Irishmen") + action_button("soldiers_of_fortune_militia", "SoF & Militia") action_button("loyalty_and_trust", "Loyalty and Trust") action_button("merchants", "Merchants") action_button("regroup", "Regroup") |