From f6e697fa4cc57a69a14a6d5863ec647284c1d3a6 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Wed, 6 Jul 2011 00:04:57 +0000 Subject: [PATCH] A couple of quick fixes with Metroids before they go live. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1780 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/metroid/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/metroid/life.dm b/code/modules/mob/living/carbon/metroid/life.dm index e2f3470fd5e..8ff4d0cd2d1 100644 --- a/code/modules/mob/living/carbon/metroid/life.dm +++ b/code/modules/mob/living/carbon/metroid/life.dm @@ -156,7 +156,7 @@ AIprocess() // the master AI process AIproc = 1 - while(AIproc) + while(AIproc && stat != 2) if(Victim) // can't eat AND have this little process at the same time break