diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2024-10-26 09:13:10 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2024-10-26 09:13:10 -0400 |
commit | d242a0adbdc9fbf43e6fbf1d0eaccdc624a6c68a (patch) | |
tree | 1254ab611f1f611c194f488c2dee2959b76d083a /play.js | |
parent | 0355e16c0bb38f34d9317a8ee54f03c8836c1261 (diff) | |
download | vijayanagara-d242a0adbdc9fbf43e6fbf1d0eaccdc624a6c68a.tar.gz |
Rally.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -980,6 +980,10 @@ function on_update() { action_button("conscript", "Conscript") action_button("end_conscript", "End Conscript") + // Command buttons + action_button("rally", "Rally") + action_button("end_rally", "End Rally") + action_button("next", "Next") action_button("undo", "Undo") |