Fixes NCS Cyberiad References

This commit is contained in:
Fox-McCloud
2015-05-30 07:18:21 -04:00
parent f57359069a
commit 8964acdd04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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),
)