summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-23 23:08:18 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-23 23:15:52 +0100
commitcd99d4425d853a2ee279c935d38082fc14642b8a (patch)
tree7d5fae4343ee7f6c6552eadff563c31e39526929 /play.js
parent6917bf954bae1f2ad9c10378a2b15d2da865d48c (diff)
downloadmaria-cd99d4425d853a2ee279c935d38082fc14642b8a.tar.gz
ping/pong respond in chat
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index 1306225..e2238ba 100644
--- a/play.js
+++ b/play.js
@@ -1573,6 +1573,7 @@ function on_update() {
"propose_subsidy",
"cancel_subsidy",
"propose_deal",
+ "ping",
])
update_deal_list(view.deals, window.active_deal_list, "Active Deals")
@@ -1639,6 +1640,7 @@ function on_update() {
action_button("stop", "Stop")
action_button("pass", "Pass")
action_button("next", "Next")
+ action_button("resume", "Resume")
confirm_action_button("dispute", "Dispute",
"Dispute order of movement on Flanders map and restart Austrian and Pragmatic Army movement phase?")