◦ Toggling midis will now disable the current midi(s) playing. How fucking cool is that?? ◦ Fixed a bug for metroids: the AI loop was not canceling when a player was inserted into the mob.

◦ A few icon additions for future updates, namely the terminals and plasmatoids.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2531 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-11-19 18:53:27 +00:00
committed by Albert Iordache
parent 95c7f46825
commit 8f734c9bc6
5 changed files with 7 additions and 3 deletions
@@ -215,7 +215,7 @@
AIprocess() // the master AI process
if(AIproc || stat == 2) return
if(AIproc || stat == 2 || client) return
var/hungry = 0
var/starving = 0
@@ -233,7 +233,7 @@
if(Victim) // can't eat AND have this little process at the same time
break
if(!Target)
if(!Target || client)
break