diff --git a/maps/submaps/surface_submaps/mountains/mountains.dm b/maps/submaps/surface_submaps/mountains/mountains.dm index af6363a18a0..0665a6c0b73 100644 --- a/maps/submaps/surface_submaps/mountains/mountains.dm +++ b/maps/submaps/surface_submaps/mountains/mountains.dm @@ -125,12 +125,6 @@ mappath = 'maps/submaps/surface_submaps/mountains/temple.dmm' cost = 20 -/datum/map_template/surface/mountains/normal/crashedmedshuttle - name = "Crashed Med Shuttle" - desc = "A medical response shuttle that went missing some time ago. So this is where they went." - mappath = 'maps/submaps/surface_submaps/mountains/CrashedMedShuttle1.dmm' - cost = 20 - /datum/map_template/surface/mountains/normal/digsite name = "Dig Site" desc = "A small abandoned dig site." @@ -279,4 +273,11 @@ desc = "A long stretch of lava underground, almost river-like, with a small crystal research outpost on the side." mappath = 'maps/submaps/surface_submaps/mountains/lava_trench.dmm' cost = 20 - fixed_orientation = TRUE \ No newline at end of file + fixed_orientation = TRUE + +/datum/map_template/surface/mountains/deep/crashedmedshuttle + name = "Crashed Med Shuttle" + desc = "A medical response shuttle that went missing some time ago. So this is where they went." + mappath = 'maps/submaps/surface_submaps/mountains/CrashedMedShuttle1.dmm' + cost = 20 + fixed_orientation = TRUE