From 1e16d4add0dbb3776cd91ab1ad123489f3f06696 Mon Sep 17 00:00:00 2001 From: "sieve32@gmail.com" Date: Thu, 16 Aug 2012 02:17:45 +0000 Subject: [PATCH] -Made space-bears stop moving when dead as well git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4427 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/simple_animal/bear.dm | 2 ++ 1 file changed, 2 insertions(+) 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))