diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-23 23:08:18 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-23 23:15:52 +0100 |
commit | cd99d4425d853a2ee279c935d38082fc14642b8a (patch) | |
tree | 7d5fae4343ee7f6c6552eadff563c31e39526929 /play.js | |
parent | 6917bf954bae1f2ad9c10378a2b15d2da865d48c (diff) | |
download | maria-cd99d4425d853a2ee279c935d38082fc14642b8a.tar.gz |
ping/pong respond in chat
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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?") |