[MIRROR] Fixes SSShuttle not checking for missing arrivals (#908)

* Fixes SSShuttle not checking for missing arrivals

* Update shuttle.dm

* Delete shuttle.dm.rej
This commit is contained in:
CitadelStationBot
2017-05-18 07:34:31 -05:00
committed by Poojawa
parent a808bffe80
commit 4a9ef49cf3
+1 -1
View File
@@ -48,7 +48,7 @@ SUBSYSTEM_DEF(shuttle)
var/auto_call = 72000 //time before in deciseconds in which the shuttle is auto called. Default is 2 hours.
/datum/controller/subsystem/shuttle/Initialize(timeofday)
if(!emergency)
if(!arrivals)
WARNING("No /obj/docking_port/mobile/arrivals placed on the map!")
if(!emergency)
WARNING("No /obj/docking_port/mobile/emergency placed on the map!")