Fixes the ert shuttle (#2732)

This pr should fix the ert shuttle to behave properly once for all.

Also, fixes assistant spawning at central command at round start if they ready up.
This commit is contained in:
Alberyk
2017-06-16 16:20:47 -03:00
committed by skull132
parent e73f1bc808
commit cffb141137
3 changed files with 38 additions and 23 deletions

View File

@@ -201,7 +201,7 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller
ERT.area_offsite = locate(/area/shuttle/specops/station) //centcom is the home station, the Exodus is offsite
ERT.area_station = locate(/area/shuttle/specops/centcom)
ERT.docking_controller_tag = "specops_shuttle_port"
ERT.docking_controller_tag_station = "ert_shuttle_dock_airlock"
ERT.docking_controller_tag_station = "specops_shuttle_port"
ERT.docking_controller_tag_offsite = "specops_shuttle_fore"
ERT.dock_target_station = "specops_centcom_dock"
ERT.dock_target_offsite = "specops_dock_airlock"