diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_hotsprings.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_hotsprings.dmm similarity index 100% rename from _maps/RandomRuins/IceRuins/icemoon_surface_hotsprings.dmm rename to _maps/RandomRuins/IceRuins/icemoon_underground_hotsprings.dmm diff --git a/code/datums/ruins/icemoon.dm b/code/datums/ruins/icemoon.dm index 6bc884c0766..b7ffbc57865 100644 --- a/code/datums/ruins/icemoon.dm +++ b/code/datums/ruins/icemoon.dm @@ -19,12 +19,6 @@ description = "Surprised to see us here?" suffix = "icemoon_surface_asteroid.dmm" -/datum/map_template/ruin/icemoon/hotsprings - name = "Hot Springs" - id = "hotsprings" - description = "Just relax and take a dip, nothing will go wrong, I swear!" - suffix = "icemoon_surface_hotsprings.dmm" - /datum/map_template/ruin/icemoon/engioutpost name = "Engineer Outpost" id = "engioutpost" @@ -153,3 +147,9 @@ description = "Rumors have developed over the many years of Freyja plasma mining. These rumors suggest that the ghosts of dead mistreated excavation staff have returned to \ exact revenge on their (now former) employers. Coorperate reminds all staff that rumors are just that: Old Housewife tales meant to scare misbehaving kids to bed." suffix = "icemoon_underground_abandoned_plasma_facility.dmm" + +/datum/map_template/ruin/icemoon/underground/hotsprings + name = "Hot Springs" + id = "hotsprings" + description = "Just relax and take a dip, nothing will go wrong, I swear!" + suffix = "icemoon_underground_hotsprings.dmm" diff --git a/config/iceruinblacklist.txt b/config/iceruinblacklist.txt index ba07e93863e..612ab8f74e3 100644 --- a/config/iceruinblacklist.txt +++ b/config/iceruinblacklist.txt @@ -15,7 +15,6 @@ ##MISC #_maps/RandomRuins/IceRuins/icemoon_surface_lust.dmm #_maps/RandomRuins/IceRuins/icemoon_surface_asteroid.dmm -#_maps/RandomRuins/IceRuins/icemoon_surface_hotsprings.dmm #_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm #_maps/RandomRuins/IceRuins/icemoon_surface_pizza.dmm #_maps/RandomRuins/IceRuins/icemoon_underground_puzzle.dmm @@ -24,6 +23,7 @@ #_maps/RandomRuins/IceRuins/icemoon_underground_wrath.dmm #_maps/RandomRuins/IceRuins/icemoon_underground_bathhouse.dmm #_maps/RandomRuins/AnywhereRuins/fountain_hall.dmm +#_maps/RandomRuins/IceRuins/icemoon_underground_hotsprings.dmm #_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_homestead.dmm #_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_plasma_facility.dmm #_maps/RandomRuins/IceRuins/icemoon_underground_frozen_comms.dmm