Update shuttle.dm
This commit is contained in:
@@ -54,6 +54,7 @@ SUBSYSTEM_DEF(shuttle)
|
|||||||
var/lockdown = FALSE //disallow transit after nuke goes off
|
var/lockdown = FALSE //disallow transit after nuke goes off
|
||||||
|
|
||||||
var/auto_call = 72000 //CIT CHANGE - time before in deciseconds in which the shuttle is auto called. Default is 2ish hours plus 15 for the shuttle. So total is 3.
|
var/auto_call = 72000 //CIT CHANGE - time before in deciseconds in which the shuttle is auto called. Default is 2ish hours plus 15 for the shuttle. So total is 3.
|
||||||
|
var/realtimeofstart = 0
|
||||||
|
|
||||||
/datum/controller/subsystem/shuttle/Initialize(timeofday)
|
/datum/controller/subsystem/shuttle/Initialize(timeofday)
|
||||||
ordernum = rand(1, 9000)
|
ordernum = rand(1, 9000)
|
||||||
@@ -74,6 +75,7 @@ SUBSYSTEM_DEF(shuttle)
|
|||||||
WARNING("No /obj/docking_port/mobile/emergency/backup placed on the map!")
|
WARNING("No /obj/docking_port/mobile/emergency/backup placed on the map!")
|
||||||
if(!supply)
|
if(!supply)
|
||||||
WARNING("No /obj/docking_port/mobile/supply placed on the map!")
|
WARNING("No /obj/docking_port/mobile/supply placed on the map!")
|
||||||
|
realtimeofstart = world.realtime
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/datum/controller/subsystem/shuttle/proc/initial_load()
|
/datum/controller/subsystem/shuttle/proc/initial_load()
|
||||||
|
|||||||
Reference in New Issue
Block a user