-Made space-bears stop moving when dead as well

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4427 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
sieve32@gmail.com
2012-08-16 02:17:45 +00:00
parent f0ed7dc198
commit 1e16d4add0
@@ -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))