mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fix the ChangeTurf improvements PR, 3725
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user