- Commented out the unfinished "Blink permanents with ETB triggers" part in changeZoneAI.

This commit is contained in:
Sloth
2013-03-22 12:34:23 +00:00
parent 563d21a094
commit 565fb266d1

View File

@@ -749,8 +749,8 @@ public class ChangeZoneAi extends SpellAbilityAi {
}
}
}
// Blink permanents with ETB triggers
else if (!sa.isTrigger() && SpellAbilityAi.playReusable(ai, sa)) {
// TODO: Blink permanents with ETB triggers
/*else if (!sa.isTrigger() && SpellAbilityAi.playReusable(ai, sa)) {
aiPermanents = CardLists.filter(aiPermanents, new Predicate<Card>() {
@Override
public boolean apply(final Card c) {
@@ -768,7 +768,7 @@ public class ChangeZoneAi extends SpellAbilityAi {
tgt.addTarget(ComputerUtilCard.getBestAI(aiPermanents));
return true;
}
}
}*/
}
} else if (origin.equals(ZoneType.Graveyard)) {