This commit is contained in:
Thalpy
2019-09-21 09:47:53 +01:00
committed by GitHub
parent aca5454bac
commit e043706ff5

View File

@@ -60,6 +60,6 @@
//Delete the mob if there's no mind! Pay that mob no mind.
/mob/living/simple_animal/astral/Life()
if(!src.mind)
if(!mind)
qdel(src)
..()