diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-19 14:50:24 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-19 14:50:24 -0400 |
commit | 3e4a6d5447ffb4b3b70b0447301aacbd6aced02f (patch) | |
tree | 18fd381076911a4d4d3ead152f999bf38e868cad /play.js | |
parent | 6f42e218a3c603d96374159f8ca35c5121329f5f (diff) | |
download | vijayanagara-3e4a6d5447ffb4b3b70b0447301aacbd6aced02f.tar.gz |
Resource negocation
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1226,6 +1226,8 @@ function on_update() { action_button("end_of_turn", "End your turn") action_button("end_return", "End Influence Shift") + action_button("deny", "Deny") + action_button("done", "Done") action_button("undo", "Undo") } |