mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes #10418 - bots don't remover from stuns
This commit is contained in:
@@ -29,11 +29,13 @@
|
|||||||
|
|
||||||
/mob/living/bot/Life()
|
/mob/living/bot/Life()
|
||||||
..()
|
..()
|
||||||
|
if(health <= 0)
|
||||||
|
death()
|
||||||
|
return
|
||||||
weakened = 0
|
weakened = 0
|
||||||
stunned = 0
|
stunned = 0
|
||||||
paralysis = 0
|
paralysis = 0
|
||||||
if(health <= 0)
|
update_canmove()
|
||||||
death()
|
|
||||||
|
|
||||||
/mob/living/bot/updatehealth()
|
/mob/living/bot/updatehealth()
|
||||||
if(status_flags & GODMODE)
|
if(status_flags & GODMODE)
|
||||||
|
|||||||
Reference in New Issue
Block a user