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
This commit is contained in:
vageyenaman@gmail.com
2011-07-06 00:04:57 +00:00
parent aff0e3c672
commit f6e697fa4c
@@ -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