Removes last references to simple_animal

This commit is contained in:
Novacat
2022-09-10 16:53:32 -04:00
committed by CHOMPStation2
parent c05c3ea8d9
commit 06014fb014
4 changed files with 6 additions and 14 deletions

View File

@@ -101,6 +101,12 @@ Also includes Life and New
stasis += hit.stasisforce
..()
<<<<<<< HEAD
/mob/living/simple_animal/xeno/Destroy()
QDEL_NULL(traitdat)
=======
/mob/living/simple_mob/xeno/Destroy()
traitdat.Destroy() //Let's clean up after ourselves.
traitdat = null
>>>>>>> 1ef36f1a6e... Merge pull request #13709 from Heroman3003/remove-animal
..()