From 8964acdd042f19a9212e353da026e1ed4fd8016d Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 30 May 2015 07:18:21 -0400 Subject: [PATCH] Fixes NCS Cyberiad References --- _maps/cyberiad.dm | 2 +- code/controllers/shuttle_controller.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_maps/cyberiad.dm b/_maps/cyberiad.dm index 58d54f30a53..33054b84f2c 100644 --- a/_maps/cyberiad.dm +++ b/_maps/cyberiad.dm @@ -25,7 +25,7 @@ z8 = syndicate station #include "map_files\cyberiad\z8.dmm" #define MAP_FILE "cyberiad.dmm" - #define MAP_NAME "NCS Cyberiad" + #define MAP_NAME "NSS Cyberiad" #elif !defined(MAP_OVERRIDE) diff --git a/code/controllers/shuttle_controller.dm b/code/controllers/shuttle_controller.dm index 27b77a681d6..326bb1eaacb 100644 --- a/code/controllers/shuttle_controller.dm +++ b/code/controllers/shuttle_controller.dm @@ -252,7 +252,7 @@ var/global/datum/shuttle_controller/shuttle_controller WS.origin = locate(/area/shuttle/derelict/ship/start) WS.destinations = list( - "NCS Cyberiad" = locate(/area/shuttle/derelict/ship/station), + "NSS Cyberiad" = locate(/area/shuttle/derelict/ship/station), "Engineering Outpost" = locate(/area/shuttle/derelict/ship/engipost), )