Gives fountain ruins unique ids so the lavaland one will spawn (#74419)

## About The Pull Request
Come ON man

## Changelog
🆑
fix: The fountain ruin will now properly spawn on lavaland
/🆑
This commit is contained in:
LemonInTheDark
2023-04-07 11:30:36 +02:00
committed by GitHub
parent 8e40455019
commit c138eae2cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"