Update shuttle.dm

This commit is contained in:
kevinz000
2018-08-23 22:44:38 -07:00
committed by GitHub
parent 15fd819c29
commit d9a87d2c04
@@ -1,6 +1,6 @@
/datum/controller/subsystem/shuttle/proc/autoEnd() //CIT CHANGE - allows shift to end after 3 hours has passed.
if(world.time > auto_call && EMERGENCY_IDLE_OR_RECALLED) //3 hours
SSshuttle.emergency.request(null, 1.5)
SSshuttle.emergency.request()
priority_announce("The shift has come to an end and the shuttle called.")
log_game("Round time limit reached. Shuttle has been auto-called.")
message_admins("Round time limit reached. Shuttle called.")
message_admins("Round time limit reached. Shuttle called.")