Fix the ChangeTurf improvements PR, 3725

This commit is contained in:
Razgriz
2022-02-28 23:32:13 -07:00
parent d4e8d5c0d6
commit 15f43a90e1
12 changed files with 57 additions and 79 deletions

View File

@@ -101,7 +101,6 @@ Also includes Life and New
stasis += hit.stasisforce
..()
/mob/living/simple_mob/xeno/Destroy()
traitdat.Destroy() //Let's clean up after ourselves.
traitdat = null
/mob/living/simple_animal/xeno/Destroy()
QDEL_NULL(traitdat)
..()

View File

@@ -12,7 +12,6 @@ Xenobiological product lives here as a basic type.
var/nameVar = "blah"
/obj/item/xenoproduct/Destroy()
traits.Destroy() //Let's not leave any traits hanging around.
traits = null
QDEL_NULL(traits)
..()