Admins Can Now Always Recall Shuttles (#94486)

This commit is contained in:
san7890
2025-12-26 19:32:37 +11:00
committed by GitHub
parent d15436c9dc
commit 2c3513e998
8 changed files with 91 additions and 33 deletions
+2 -2
View File
@@ -96,11 +96,11 @@
return
switch(SSshuttle.emergency.mode)
if(SHUTTLE_CALL)
SSshuttle.emergency.cancel()
SSshuttle.cancel_evac(usr) // note that this does provide logging/feedback of its own but it's better for backcompatibility to retain the following logging lines
log_admin("[key_name(usr)] sent the Emergency Shuttle back.")
message_admins(span_adminnotice("[key_name_admin(usr)] sent the Emergency Shuttle back."))
else
SSshuttle.emergency.cancel()
SSshuttle.emergency.request()
log_admin("[key_name(usr)] called the Emergency Shuttle.")
message_admins(span_adminnotice("[key_name_admin(usr)] called the Emergency Shuttle to the station."))