diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2024-12-13 22:41:06 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2024-12-13 22:41:06 -0500 |
commit | 4e286e95431bf6647eda3b94103d57d5d497512d (patch) | |
tree | dc9051d51c87b15ccab8860d21697149588b57af /play.js | |
parent | 13d1bc04edf5cf2be472f29c9fb979ab9c5e08bd (diff) | |
download | vijayanagara-4e286e95431bf6647eda3b94103d57d5d497512d.tar.gz |
Conspire.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1046,6 +1046,8 @@ function on_update() { // Decree buttons action_button("build", "Build") action_button("end_build", "End Build") + action_button("conspire", "Conspire") + action_button("end_conspire", "End Conspire") action_button("demand", "Demand Obedience") action_button("end_demand", "End Demand Obedience") action_button("collect", "Collect Tribute") |