From 59dc7c0d8094e61dcf3fd0d4b29fd9bae4da3582 Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:44:45 -0600 Subject: [PATCH] Moves the icebox hotsprings to be underground only (#64550) --- ...prings.dmm => icemoon_underground_hotsprings.dmm} | 0 code/datums/ruins/icemoon.dm | 12 ++++++------ config/iceruinblacklist.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) rename _maps/RandomRuins/IceRuins/{icemoon_surface_hotsprings.dmm => icemoon_underground_hotsprings.dmm} (100%) 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