Improves the fix for shuttles being stuck if...

... the docking controller is destroyed.
This commit is contained in:
mwerezak
2014-06-26 19:01:17 -04:00
parent deb1e1007c
commit 363df869e2
3 changed files with 13 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ var/global/datum/shuttle_controller/shuttle_controller
/datum/shuttle_controller/proc/process()
//process ferry shuttles
for (var/datum/shuttle/ferry/shuttle in process_shuttles)
if (shuttle.in_use)
if (shuttle.process_state)
shuttle.process()