summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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")