Accidentally made mecha untargettable by turrets

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@723 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-28 16:27:54 +00:00
parent dedd8478cd
commit 3c7534f596

View File

@@ -194,7 +194,7 @@
target = null
else if (istype(target, /obj/mecha))
var/obj/mecha/mecha = target
if (istype(target.loc.loc, loc.loc))
if (!istype(target.loc.loc, loc.loc))
loc.loc:Exited(target)
if(!mecha.occupant)
if (mecha in loc.loc:turretTargets)