This commit is contained in:
Lohikar
2016-12-29 20:13:24 -06:00
committed by skull132
parent 6ddfe60f36
commit 1320746f4c
2 changed files with 8 additions and 5 deletions

View File

@@ -149,14 +149,13 @@
/mob/living/simple_animal/Life()
..()
. = ..()
life_tick++
if (!.)
return 0
//Health
updatehealth()
if(stat == DEAD)
return 0
if(health > maxHealth)
health = maxHealth
@@ -605,4 +604,4 @@ mob/living/simple_animal/bullet_act(var/obj/item/projectile/Proj)
get_scooped(H, usr)
return
return ..()
return ..()