From cd99d4425d853a2ee279c935d38082fc14642b8a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 23 Nov 2024 23:08:18 +0100 Subject: ping/pong respond in chat --- play.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.js') 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?") -- cgit v1.2.3