diff options
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") |