From aeac71afd34ff308c91022e607e736316214822a Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 9 Jun 2016 12:04:34 -0300 Subject: [PATCH] No longer extends time when shuttle is already coming and consoles are destroyed (#18372) --- code/controllers/subsystem/shuttles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/shuttles.dm b/code/controllers/subsystem/shuttles.dm index d0b41560927..889b147b727 100644 --- a/code/controllers/subsystem/shuttles.dm +++ b/code/controllers/subsystem/shuttles.dm @@ -177,7 +177,7 @@ var/datum/subsystem/shuttle/SSshuttle break if(callShuttle) - if(!EMERGENCY_IDLE_OR_RECALLED) + if(EMERGENCY_IDLE_OR_RECALLED) emergency.request(null, 2.5) log_game("There is no means of calling the shuttle anymore. Shuttle automatically called.") message_admins("All the communications consoles were destroyed and all AIs are inactive. Shuttle called.")