From f5345ae64df592884aa74920c7c77919d787ecdf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 17 Dec 2024 19:33:17 +0100 Subject: Add "ping" function to negotiation menu in AA. --- play.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index c68b7fd..a9f793c 100644 --- a/play.js +++ b/play.js @@ -1379,6 +1379,7 @@ function on_update() { "transfer_shipment", "ask_resources", "ask_shipment", + "ping", ]) // Select Faction @@ -1447,6 +1448,8 @@ function on_update() { action_button("end_event", "End Event") + action_button("resume", "Resume") + action_button("deny", "Deny") action_button("done", "Done") action_button("undo", "Undo") -- cgit v1.2.3