mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Fix constant runtimes on runtime station (#3722)
This commit is contained in:
@@ -45,6 +45,8 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller
|
||||
START_PROCESSING(shuttle_controller, shuttle)
|
||||
if(!shuttle)
|
||||
log_debug("Escape shuttle does not exist!")
|
||||
else
|
||||
emergency_shuttle.shuttle = shuttle
|
||||
|
||||
// Supply shuttle
|
||||
shuttle = new/datum/shuttle/ferry/supply()
|
||||
|
||||
Reference in New Issue
Block a user