This commit is contained in:
kevinz000
2018-10-14 19:45:38 -07:00
parent 8a185305df
commit 84ea3c0931
61 changed files with 885 additions and 244 deletions

View File

@@ -26,7 +26,7 @@ var/global/datum/emergency_shuttle_controller/emergency_shuttle
escape_pods = list()
..()
/datum/emergency_shuttle_controller/proc/process()
/datum/emergency_shuttle_controller/process()
if (wait_for_launch)
if (evac && auto_recall && world.time >= auto_recall_time)
recall()