mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Commented out the unfinished "Blink permanents with ETB triggers" part in changeZoneAI.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user