Fix shower mist not going away on deconstruction (#16233)

Co-authored-by: dearmochi <>
This commit is contained in:
dearmochi
2021-06-22 21:05:14 +01:00
committed by GitHub
co-authored by dearmochi <>
parent 483f31e038
commit b1fe555a79
@@ -275,6 +275,9 @@
/obj/machinery/shower/Destroy()
QDEL_NULL(soundloop)
var/obj/effect/mist/mist = locate() in loc
if(!QDELETED(mist))
QDEL_IN(mist, 25 SECONDS)
return ..()
//add heat controls? when emagged, you can freeze to death in it?