diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2024-11-02 08:29:32 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2024-11-02 08:29:32 -0400 |
commit | 8ded7faaaa113d749546edfb21113d43ed406623 (patch) | |
tree | b1d594934f67edd2fcf17eae2cbeab4df63dd3d3 /play.js | |
parent | fe00f5d1a5232a9cfdff2c70bf8f55e292f4c3ea (diff) | |
download | vijayanagara-8ded7faaaa113d749546edfb21113d43ed406623.tar.gz |
Demand Obedience.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -995,6 +995,8 @@ function on_update() { // Decree buttons action_button("build", "Build") + action_button("demand", "Demand Obedience") + action_button("end_demand", "End Demand Obedience") action_button("collect", "Collect") action_button("tax", "Tax") action_button("trade", "Trade") |