mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user