mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Annoyed admirals recalling shuttles
🆑 coiax add: When a shuttle is called, sometimes an on-call admiral, using availible information to them, will recall the shuttle from Centcom. /🆑 This is in essence, a simple IC way for admins to recall the shuttle if they feel that the shuttle should not come. It's up to them entirely, the system does not trigger otherwise. They also get to set a cranky message that is automatically fed back to the crew. It would be nice if admins used their own judgement if the crew is evacuating for no real reason, and might send an ERT at the same time to keep the round going? Who knows, I'm just providing the tools.
This commit is contained in:
@@ -281,6 +281,11 @@
|
||||
minor_announce("The emergency shuttle will reach its destination in [round(SSshuttle.emergency.timeLeft(600))] minutes.")
|
||||
message_admins("<span class='adminnotice'>[key_name_admin(usr)] edited the Emergency Shuttle's timeleft to [timer] seconds.</span>")
|
||||
href_list["secrets"] = "check_antagonist"
|
||||
else if(href_list["trigger_centcom_recall"])
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
|
||||
trigger_centcom_recall()
|
||||
|
||||
else if(href_list["toggle_continuous"])
|
||||
if(!check_rights(R_ADMIN))
|
||||
|
||||
Reference in New Issue
Block a user