Effects Hard Delete Fix (#21619)

This fixes a hard delete sometimes caused by Effects.
This commit is contained in:
VMSolidus
2025-11-24 14:03:57 +00:00
committed by GitHub
parent d805bc6065
commit 947730bede
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ would spawn and follow the beaker, even if it is carried or thrown.
blocks_emissive = EMISSIVE_BLOCK_GENERIC
/obj/effect/Destroy()
if(reagents)
reagents.delete()
QDEL_NULL(reagents)
return ..()
/datum/effect/effect/system