Fix constant runtimes on runtime station (#3722)

This commit is contained in:
Lohikar
2017-10-21 10:24:11 -05:00
committed by GitHub
parent 383dd055e7
commit 80e2449b1e
3 changed files with 2 additions and 2 deletions
@@ -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()