mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Improves the fix for shuttles being stuck if...
... the docking controller is destroyed.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user