Merge pull request #29 from namjay1170/master

Round shuttle auto call change
This commit is contained in:
quotefox
2019-10-10 02:42:28 +01:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@ SUBSYSTEM_DEF(shuttle)
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 = 108000 //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./// Set to 3 by Nam previously 72000
var/realtimeofstart = 0
/datum/controller/subsystem/shuttle/Initialize(timeofday)