Attempts to fix shuttle not being recallable

This commit is contained in:
mwerezak
2014-05-24 13:25:08 -04:00
committed by alex-gh
parent 497a113bf3
commit 4299c2b174
+1 -1
View File
@@ -59,7 +59,7 @@ datum/shuttle_controller/proc/recall()
if(direction == 1)
var/timeleft = timeleft()
if(alert == 0)
if(timeleft >= 600)
if(timeleft >= get_shuttle_arrive_time())
return
captain_announce("The emergency shuttle has been recalled.")
world << sound('sound/AI/shuttlerecalled.ogg')