fix verify failure again

This commit is contained in:
theelk801 2025-11-19 20:52:56 -05:00
parent b8062c4131
commit e38c199177

View file

@ -26,6 +26,7 @@ public final class AvatarTheLastAirbender extends ExpansionSet {
this.hasBasicLands = true; this.hasBasicLands = true;
this.enablePlayBooster(Integer.MAX_VALUE); this.enablePlayBooster(Integer.MAX_VALUE);
this.numBoosterDoubleFaced = -1;
cards.add(new SetCardInfo("Aang and La, Ocean's Fury", 204, Rarity.RARE, mage.cards.a.AangAndLaOceansFury.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Aang and La, Ocean's Fury", 204, Rarity.RARE, mage.cards.a.AangAndLaOceansFury.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Aang and La, Ocean's Fury", 298, Rarity.RARE, mage.cards.a.AangAndLaOceansFury.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Aang and La, Ocean's Fury", 298, Rarity.RARE, mage.cards.a.AangAndLaOceansFury.class, NON_FULL_USE_VARIOUS));