summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.js b/play.js
index a8c3581..69b44cc 100644
--- a/play.js
+++ b/play.js
@@ -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")