diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-19 07:38:08 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-19 07:38:08 -0400 |
commit | 6f42e218a3c603d96374159f8ca35c5121329f5f (patch) | |
tree | 1cab16b85524813475de273891736e42758434ac /play.js | |
parent | 3bdc5569381c9de216a0ec1481266c433bf00df5 (diff) | |
download | vijayanagara-6f42e218a3c603d96374159f8ca35c5121329f5f.tar.gz |
Adding Ping
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1139,6 +1139,14 @@ function on_update() { ui.dice[i].classList.toggle("action", is_action("die", i)) } + action_menu(document.getElementById("negotiate_menu"), [ + "transfer_resources", + "ask_resources", + "transfer_cavalry", + "ask_cavalry", + "ping" + ]) + // Influence layout_influence() @@ -1211,6 +1219,7 @@ function on_update() { action_button("roll", "Roll") action_button("end_cavalry", "End Cavalry Selection") + action_button("resume", "Resume") action_button("skip", "Skip") action_button("next", "Next") action_button("end_event", "End Event") |