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