diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 46da580a0d1..71e6155056f 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -456,11 +456,11 @@ return if(seclevel2num(get_security_level()) >= SEC_LEVEL_RED) // There is a serious threat we gotta move no time to give them five minutes. + SSshuttle.emergency.canRecall = FALSE SSshuttle.emergency.request(null, 0.5, null, " Automatic Crew Transfer", 1) - SSshuttle.emergency.canRecall = FALSE else - SSshuttle.emergency.request(null, 1, null, " Automatic Crew Transfer", 0) SSshuttle.emergency.canRecall = FALSE + SSshuttle.emergency.request(null, 1, null, " Automatic Crew Transfer", 0) if(user) log_game("[key_name(user)] has called the shuttle.") message_admins("[key_name_admin(user)] has called the shuttle - [formatJumpTo(user)].", 1) diff --git a/sound/AI/cshuttle.ogg b/sound/AI/cshuttle.ogg index bc6dfbe2d56..7c6f04e0e0a 100644 Binary files a/sound/AI/cshuttle.ogg and b/sound/AI/cshuttle.ogg differ diff --git a/sound/AI/eshuttle_call.ogg b/sound/AI/eshuttle_call.ogg index b7fcc6f4213..90bbc5c59d0 100644 Binary files a/sound/AI/eshuttle_call.ogg and b/sound/AI/eshuttle_call.ogg differ diff --git a/sound/AI/eshuttle_recall.ogg b/sound/AI/eshuttle_recall.ogg index 07d665f1052..bcbcbbaec2e 100644 Binary files a/sound/AI/eshuttle_recall.ogg and b/sound/AI/eshuttle_recall.ogg differ diff --git a/sound/AI/outbreak3.ogg b/sound/AI/outbreak3.ogg index 0874464750b..c4f6668e634 100644 Binary files a/sound/AI/outbreak3.ogg and b/sound/AI/outbreak3.ogg differ diff --git a/sound/AI/outbreak5.ogg b/sound/AI/outbreak5.ogg index 51869a19fcd..1eb03a059dd 100644 Binary files a/sound/AI/outbreak5.ogg and b/sound/AI/outbreak5.ogg differ diff --git a/sound/AI/outbreak7.ogg b/sound/AI/outbreak7.ogg index edf21efd502..a394dc9417e 100644 Binary files a/sound/AI/outbreak7.ogg and b/sound/AI/outbreak7.ogg differ