No longer extends time when shuttle is already coming and consoles are destroyed (#18372)

This commit is contained in:
Leo
2016-06-09 10:04:34 -05:00
committed by KorPhaeron
parent 0389ff9528
commit aeac71afd3
+1 -1
View File
@@ -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.")