Update watercloset.dm (#29172)

Small tweaks

Signed-off-by: Inferno1882 <129122173+Inferno1882@users.noreply.github.com>
This commit is contained in:
Inferno1882
2025-05-13 04:41:40 +00:00
committed by GitHub
parent 21d8cf2c12
commit a4f701aad2
+1 -6
View File
@@ -346,8 +346,6 @@ MAPPING_DIRECTIONAL_HELPERS_CUSTOM(/obj/machinery/shower, 16, -5, 0, 0)
pixel_y = -5
layer = FLY_LAYER
//add heat controls? when emagged, you can freeze to death in it?
/obj/effect/mist
name = "mist"
icon = 'icons/obj/watercloset.dmi'
@@ -494,13 +492,10 @@ MAPPING_DIRECTIONAL_HELPERS_CUSTOM(/obj/machinery/shower, 16, -5, 0, 0)
var/mob/living/carbon/C = M
if(current_temperature == SHOWER_FREEZING)
//C.bodytemperature = max(80, C.bodytemperature - 80)
to_chat(C, "<span class='warning'>The water is freezing!</span>")
else if(current_temperature == SHOWER_BOILING)
//C.bodytemperature = min(500, C.bodytemperature + 35)
C.adjustFireLoss(5)
to_chat(C, "<span class='danger'>The water is searing!</span>")
to_chat(C, "<span class='warning'>The water is searing!</span>")
#undef SHOWER_FREEZING
#undef SHOWER_NORMAL