qdel(reagent) adjustments.

Attempts to ensure qdel(reagents) only occur once per Destroy()
This commit is contained in:
PsiOmegaDelta
2015-08-13 10:26:31 +02:00
parent 98c2a0c8b1
commit d1e8f670b2
4 changed files with 4 additions and 13 deletions
+3
View File
@@ -17,6 +17,9 @@
germ_level++
/mob/living/carbon/Destroy()
qdel(ingested)
qdel(touching)
// We don't qdel(bloodstr) because it's the same as qdel(reagents)
for(var/guts in internal_organs)
qdel(guts)
for(var/food in stomach_contents)