diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2024-11-02 07:31:47 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2024-11-02 07:31:47 -0400 |
commit | fe00f5d1a5232a9cfdff2c70bf8f55e292f4c3ea (patch) | |
tree | e195cc2525c039b2b2cc38091b857b7dbb4b8111 /play.js | |
parent | 84445fae44d2bbcb017609e1a76305863c23917c (diff) | |
download | vijayanagara-fe00f5d1a5232a9cfdff2c70bf8f55e292f4c3ea.tar.gz |
Govern.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -982,6 +982,8 @@ function on_update() { // DS buttons action_button("conscript", "Conscript") action_button("end_conscript", "End Conscript") + action_button("govern", "Govern") + action_button("end_govern", "End Govern") action_button("march", "March") action_button("end_march", "End March") |