[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:
committed by
Poojawa
parent
a808bffe80
commit
4a9ef49cf3
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user