From 4d5a42e3916d509c313b27d157af9a594da035b3 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 29 Mar 2017 16:07:36 -0500 Subject: [PATCH] auto end tweak --- code/controllers/subsystem/shuttles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/shuttles.dm b/code/controllers/subsystem/shuttles.dm index 924b77bdb1..75a39c7b85 100644 --- a/code/controllers/subsystem/shuttles.dm +++ b/code/controllers/subsystem/shuttles.dm @@ -352,7 +352,7 @@ var/datum/controller/subsystem/shuttle/SSshuttle transit_requesters += M /datum/controller/subsystem/shuttle/proc/autoEnd() - if(world.time > 108000 && EMERGENCY_IDLE_OR_RECALLED) //3 hours + if(world.time > 72000 && EMERGENCY_IDLE_OR_RECALLED) //3 hours SSshuttle.emergency.request(null, 1.5) priority_announce("The shift has come to an end and the shuttle called.") log_game("Round time limit reached. Shuttle has been auto-called.")