Adds escape shuttle docking controllers

This commit is contained in:
mwerezak
2014-06-25 00:12:25 -04:00
parent fccc16f8b8
commit 717a697fe2
2 changed files with 42 additions and 27 deletions

View File

@@ -26,6 +26,9 @@ var/global/datum/shuttle_controller/shuttle_controller
shuttle.area_offsite = locate(/area/shuttle/escape/centcom)
shuttle.area_station = locate(/area/shuttle/escape/station)
shuttle.area_transition = locate(/area/shuttle/escape/transit)
shuttle.docking_controller_tag = "escape_shuttle"
shuttle.dock_target_station = "escape_dock"
shuttle.dock_target_offsite = "centcom_dock"
shuttle.transit_direction = NORTH
shuttle.move_time = 300
//shuttle.docking_controller_tag = "supply_shuttle"