From 22c473c21086a5647bac2e71b9324fa6477bfed6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 8 Apr 2019 19:06:56 -0400 Subject: [PATCH] Fixes ERT Shuttle ...Our shuttle code is really old, but this is a temporary solution in the meantime. --- maps/tether/tether_shuttle_defs.dm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/maps/tether/tether_shuttle_defs.dm b/maps/tether/tether_shuttle_defs.dm index f1db714808..f72ebce35c 100644 --- a/maps/tether/tether_shuttle_defs.dm +++ b/maps/tether/tether_shuttle_defs.dm @@ -173,6 +173,19 @@ departure_message = "Attention. A unregistered vessel is now leaving Virgo-3B." ..() +/datum/shuttle/ferry/multidock/specops/ert + name = "Special Operations" + location = 0 + warmup_time = 10 + area_offsite = /area/shuttle/specops/station //centcom is the home station, the Exodus is offsite + area_station = /area/shuttle/specops/centcom + docking_controller_tag = "specops_shuttle_port" + docking_controller_tag_station = "specops_shuttle_port" + docking_controller_tag_offsite = "specops_shuttle_fore" + dock_target_station = "specops_centcom_dock" + dock_target_offsite = "specops_dock_airlock" + + ////////////////////////////////////////////////////////////// // RogueMiner "Belter: Shuttle // TODO - Not implemented yet on new map