mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Fix shower mist not going away on deconstruction (#16233)
Co-authored-by: dearmochi <>
This commit is contained in:
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?
|
||||
|
||||
Reference in New Issue
Block a user