summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-12-17 19:33:17 +0100
committerTor Andersson <tor@ccxvii.net>2024-12-17 19:34:46 +0100
commitf5345ae64df592884aa74920c7c77919d787ecdf (patch)
treeb02730fda7cb26d193b2d437cb5b7d7c20e5c2b0 /play.js
parent65ab63d1894ee9bb175adfa054793f01b667b02f (diff)
downloadandean-abyss-f5345ae64df592884aa74920c7c77919d787ecdf.tar.gz
Add "ping" function to negotiation menu in AA.HEADmaster
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 3 insertions, 0 deletions
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")