fix verify failure

This commit is contained in:
theelk801 2025-09-28 19:32:41 -04:00
parent 3ca0101495
commit 1c0525d058

View file

@ -16,9 +16,9 @@ public final class LorwynEclipsed extends ExpansionSet {
}
private LorwynEclipsed() {
super("Lorwyn Eclipsed", "TLA", ExpansionSet.buildDate(2026, 1, 23), SetType.EXPANSION);
super("Lorwyn Eclipsed", "ECL", ExpansionSet.buildDate(2026, 1, 23), SetType.EXPANSION);
this.blockName = "Lorwyn Eclipsed"; // for sorting in GUI
this.hasBasicLands = true;
this.hasBasicLands = false; // temporary
cards.add(new SetCardInfo("Bitterbloom Bearer", 310, Rarity.MYTHIC, mage.cards.b.BitterbloomBearer.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Bitterbloom Bearer", 352, Rarity.MYTHIC, mage.cards.b.BitterbloomBearer.class, NON_FULL_USE_VARIOUS));