diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1687,6 +1687,8 @@ function on_update() { // ADDING TROOPS THROUGH EVENTS action_button("add_militia", "Add Militia") + action_button("add_militia2", "Add 2 Militias") + action_button("add_men_at_arms", "Add Men at Arms") // REMOVE INFLUENCE |