mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user