makes blood decals clean up weightless_image on destroy (#26611)

This commit is contained in:
chuga-git
2024-08-28 23:55:18 +00:00
committed by GitHub
parent 3f01a97807
commit 4f3827e6a1
@@ -48,6 +48,7 @@
/obj/effect/decal/cleanable/blood/Destroy()
if(dry_timer)
deltimer(dry_timer)
QDEL_NULL(weightless_image)
return ..()
/obj/effect/decal/cleanable/blood/update_icon()