diff --git a/code/modules/mob/living/simple_animal/bear.dm b/code/modules/mob/living/simple_animal/bear.dm index beb9648d3b6..3a479474b5c 100644 --- a/code/modules/mob/living/simple_animal/bear.dm +++ b/code/modules/mob/living/simple_animal/bear.dm @@ -52,6 +52,8 @@ /mob/living/simple_animal/bear/Life() ..() + if(stat) + walk(src,0)//Stops the movement if(!stat) if(loc && istype(loc,/turf/space))