- Fixed missing conditional from r26240

This commit is contained in:
excessum
2014-06-08 02:06:59 +00:00
parent 69b76f31d3
commit b8aa37891d

View File

@@ -261,6 +261,8 @@ public class DamageDealAi extends DamageAiBase {
if (this.shouldTgtP(ai, sa, dmg, noPrevention)) {
tcs.add(enemy);
return true;
} else {
return false;
}
}
if ("Polukranos".equals(sa.getParam("AILogic"))) {