Merge pull request #6088 from Citadel-Station-13/FixesItAll

Makes sure the server can never ever crash ever again
This commit is contained in:
deathride58
2018-04-08 04:18:37 +00:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@ SUBSYSTEM_DEF(shuttle)
var/lockdown = FALSE //disallow transit after nuke goes off
var/auto_call = 99000 //CIT CHANGE - time before in deciseconds in which the shuttle is auto called. Default is 2½ 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 2½ hours plus 15 for the shuttle. So total is 3.
/datum/controller/subsystem/shuttle/Initialize(timeofday)
ordernum = rand(1, 9000)