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), )