[MIRROR] Fixes bathhouse ruin walls (#1681)

* Fixes bathhouse ruin walls (#54896)

* Fixes bathhouse ruin walls

Co-authored-by: wesoda25 <37246588+wesoda25@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-11 18:32:32 +01:00
committed by GitHub
co-authored by wesoda25
parent 7ae186689f
commit bc8432243d
3 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
/datum/map_template/ruin/icemoon/underground/bathhouse
name = "Bath House"
id = "bathhouse"
description = "A taste of paradise, locked in the hell of the Ice Moon."
description = "A warm, safe place."
suffix = "icemoon_underground_bathhouse.dmm"
/datum/map_template/ruin/icemoon/underground/wendigo_cave
+9 -1
View File
@@ -8,4 +8,12 @@
name = "Bath House"
icon_state = "dk_yellow"
mood_bonus = 10
mood_message = "<span class='nicegreen'>This place reminds me of home.</span>\n"
mood_message = "<span class='nicegreen'>I wish I could stay here forever.</span>\n"
/turf/closed/wall/bathhouse
desc = "It's cool to the touch, pleasantly so."
icon = 'icons/turf/shuttleold.dmi'
icon_state = "block"
base_icon_state = "block"
smoothing_flags = NONE
canSmoothWith = null