diff --git a/code/datums/ruins/icemoon.dm b/code/datums/ruins/icemoon.dm index dd278165ca3..774878b1c19 100644 --- a/code/datums/ruins/icemoon.dm +++ b/code/datums/ruins/icemoon.dm @@ -32,7 +32,7 @@ /datum/map_template/ruin/icemoon/fountain name = "Fountain Hall" - id = "fountain" + id = "ice_fountain" description = "The fountain has a warning on the side. DANGER: May have undeclared side effects that only become obvious when implemented." prefix = "_maps/RandomRuins/AnywhereRuins/" suffix = "fountain_hall.dmm" diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 20af7cb43b3..4b3556288cd 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -176,7 +176,7 @@ /datum/map_template/ruin/lavaland/fountain name = "Fountain Hall" - id = "fountain" + id = "lava_fountain" description = "The fountain has a warning on the side. DANGER: May have undeclared side effects that only become obvious when implemented." prefix = "_maps/RandomRuins/AnywhereRuins/" suffix = "fountain_hall.dmm"