diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-12-17 19:33:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-12-17 19:34:46 +0100 |
commit | f5345ae64df592884aa74920c7c77919d787ecdf (patch) | |
tree | b02730fda7cb26d193b2d437cb5b7d7c20e5c2b0 /play.js | |
parent | 65ab63d1894ee9bb175adfa054793f01b667b02f (diff) | |
download | andean-abyss-f5345ae64df592884aa74920c7c77919d787ecdf.tar.gz |
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |