Merge pull request #10423 from Kelenius/ofBotsAndZAS

Of bots and ZAS
This commit is contained in:
GinjaNinja32
2015-08-04 13:26:30 +01:00

View File

@@ -31,11 +31,13 @@
/mob/living/bot/Life()
..()
if(health <= 0)
death()
return
weakened = 0
stunned = 0
paralysis = 0
if(health <= 0)
death()
update_canmove()
/mob/living/bot/updatehealth()
if(status_flags & GODMODE)