- Another tweak for the targeting AI of AF DealDamage.

This commit is contained in:
Sloth
2011-12-18 14:28:28 +00:00
parent f09093321b
commit ad5d9237f9

View File

@@ -553,7 +553,7 @@ public class AbilityFactoryDealDamage {
}
}
final Card c = this.dealDamageChooseTgtC(saMe, dmg, noPrevention, AllZone.getHumanPlayer(), mandatory);
final Card c = this.dealDamageChooseTgtC(saMe, dmg, noPrevention, AllZone.getHumanPlayer(), false);
if (c != null) {
tgt.addTarget(c);
continue;