From 3a5bfaa104c5b42b0b55f2b2fafcb044e2cfbfca Mon Sep 17 00:00:00 2001 From: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:27:53 -0600 Subject: [PATCH] Revert "init (#27394)" (#27429) This reverts commit fc3dcebd7d760d6fd51310f8d9392de437fbd168. --- code/modules/mapping/station_datums.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mapping/station_datums.dm b/code/modules/mapping/station_datums.dm index 7ccc0d3633d..b74e7d5c3e0 100644 --- a/code/modules/mapping/station_datums.dm +++ b/code/modules/mapping/station_datums.dm @@ -1,6 +1,6 @@ /datum/map/boxstation fluff_name = "NSS Cyberiad" - technical_name = "BoxStation" + technical_name = "Cyberiad" map_path = "_maps/map_files/stations/boxstation.dmm" webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cyberiad/" welcome_sound = 'sound/AI/welcome_cyberiad.ogg' @@ -14,7 +14,7 @@ /datum/map/deltastation fluff_name = "NSS Kerberos" - technical_name = "DeltaStation" + technical_name = "Delta" map_path = "_maps/map_files/stations/deltastation.dmm" webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/deltastation/" welcome_sound = 'sound/AI/welcome_kerberos.ogg'