:sadcatthumbsup:

This commit is contained in:
Mechoid
2022-03-26 19:03:07 -07:00
parent 38e1d0f036
commit 2278a41211
2 changed files with 10 additions and 2 deletions
@@ -267,7 +267,14 @@
reagents.splash(O, 10)
/obj/machinery/shower/process()
// A drain for every shower! ..If, there's a liquid on its turf.
var/obj/effect/decal/cleanable/chempuddle/to_drain = locate() in get_turf(src)
if(to_drain)
if(!QDELETED(to_drain))
qdel(to_drain)
if(!on) return
for(var/thing in loc)
var/atom/movable/AM = thing
var/mob/living/L = thing