Merge pull request #1227 from Fox-McCloud/NSS

Fixes NCS Cyberiad References
This commit is contained in:
TheDZD
2015-05-30 10:12:20 -04:00
2 changed files with 2 additions and 2 deletions
+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),
)