mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Polaris Sync
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.process_state)
|
||||
if (shuttle.process_state || shuttle.always_process)
|
||||
shuttle.process()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user