- Removed an unused variable.

This commit is contained in:
Agetian
2017-08-04 08:46:48 +00:00
parent 7fef69635f
commit 081ea769a1

View File

@@ -143,8 +143,6 @@ public class SpecialCardAi {
// Chain of Acid
public static class ChainOfAcid {
public static boolean consider(Player ai, SpellAbility sa) {
List<Card> AiPerms = CardLists.filter(ai.getCardsIn(ZoneType.Battlefield),
Predicates.not(CardPredicates.Presets.CREATURES));
List<Card> AiLandsOnly = CardLists.filter(ai.getCardsIn(ZoneType.Battlefield),
CardPredicates.Presets.LANDS);
List<Card> OppPerms = CardLists.filter(ai.getOpponents().getCardsIn(ZoneType.Battlefield),