mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Fix simple_animal not ticking (#1348)
This commit is contained in:
@@ -149,9 +149,9 @@
|
||||
|
||||
|
||||
/mob/living/simple_animal/Life()
|
||||
. = ..()
|
||||
..()
|
||||
life_tick++
|
||||
if (!.)
|
||||
if (stat == DEAD)
|
||||
return 0
|
||||
//Health
|
||||
updatehealth()
|
||||
|
||||
Reference in New Issue
Block a user