- AI will no longer use BecomesBlocked effects on creatures with Trample.

This commit is contained in:
Sloth
2013-05-28 11:19:28 +00:00
parent adb4116920
commit 70251cf50d

View File

@@ -31,6 +31,7 @@ public class BecomesBlockedAi extends SpellAbilityAi {
list = CardLists.filterControlledBy(list, aiPlayer.getOpponents());
list = CardLists.getValidCards(list, tgt.getValidTgts(), source.getController(), source);
list = CardLists.getTargetableCards(list, sa);
list = CardLists.getNotKeyword(list, "Trample");
while (tgt.getNumTargeted() < tgt.getMaxTargets(source, sa)) {
Card choice = null;