From a11c254ac5da44e713dfb2da3a6cfc23dd3936cc Mon Sep 17 00:00:00 2001 From: Repede Date: Mon, 16 Dec 2019 16:53:14 -0500 Subject: [PATCH] Fixes cryogaia shuttle names --- maps/yw/cryogaia_defines.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/yw/cryogaia_defines.dm b/maps/yw/cryogaia_defines.dm index 1e171767d0..560ed0d05e 100644 --- a/maps/yw/cryogaia_defines.dm +++ b/maps/yw/cryogaia_defines.dm @@ -42,7 +42,7 @@ station_name = "Cryogaia Outpost" station_short = "Yawn Wider" - dock_name = "NAS Midgard" + dock_name = "NCS Serenity" boss_name = "Central Command" boss_short = "CentCom" company_name = "NanoTrasen" @@ -50,8 +50,8 @@ starsys_name = "Borealis Majoris" shuttle_docked_message = "The scheduled Shuttle to %dock_name% has arrived. It will depart in approximately %ETD%." - shuttle_leaving_dock = "The Shuttle has left the Outpost. Estimate %ETA% until the tram arrives at %dock_name%." - shuttle_called_message = "A scheduled crew transfer to %dock_name% is occuring. The tram will be arriving shortly. Those departing should proceed to the shuttle docking station within %ETA%." + shuttle_leaving_dock = "The Shuttle has left the Outpost. Estimate %ETA% until the shuttle arrives at %dock_name%." + shuttle_called_message = "A scheduled crew transfer to %dock_name% is occuring. The shuttle will be arriving shortly. Those departing should proceed to the shuttle docking station within %ETA%." shuttle_recall_message = "The scheduled crew transfer has been cancelled." emergency_shuttle_docked_message = "The evacuation shuttle has arrived at the shuttle docking station. You have approximately %ETD% to board the shuttle." emergency_shuttle_leaving_dock = "The emergency shuttle has left the station. Estimate %ETA% until the shuttle arrives at %dock_name%."