Fixes mulebots killing passenger, bot tweaks

This commit is contained in:
Tastyfish
2016-04-03 15:39:54 -04:00
parent 49f8ab674c
commit b2d9c2e6a9
4 changed files with 6 additions and 32 deletions
+1 -1
View File
@@ -556,7 +556,7 @@ var/list/turret_icons
if(!L)
return TURRET_NOT_TARGET
if(!emagged && issilicon(L)) // Don't target silica
if(!emagged && (issilicon(L) || isbot(L))) // Don't target silica
return TURRET_NOT_TARGET
if(L.stat && !emagged) //if the perp is dead/dying, no need to bother really