mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
◦ 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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user