Mutiny fix prereqs for directives

This commit is contained in:
Jeremy Liberman
2014-05-25 14:20:37 -05:00
parent a95a28e303
commit c607872b80
13 changed files with 113 additions and 47 deletions

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')