Fix simple_animal not ticking (#1348)

This commit is contained in:
Lohikar
2016-12-29 21:28:35 -06:00
committed by skull132
parent 1320746f4c
commit 0f653c0919
@@ -149,9 +149,9 @@
/mob/living/simple_animal/Life()
. = ..()
..()
life_tick++
if (!.)
if (stat == DEAD)
return 0
//Health
updatehealth()