fix verify failure

This commit is contained in:
theelk801 2026-01-06 09:35:30 -05:00
parent 8654e84a81
commit e2d0a114c1

View file

@ -18,7 +18,7 @@ public final class LorwynEclipsed extends ExpansionSet {
private LorwynEclipsed() {
super("Lorwyn Eclipsed", "ECL", ExpansionSet.buildDate(2026, 1, 23), SetType.EXPANSION);
this.blockName = "Lorwyn Eclipsed"; // for sorting in GUI
this.hasBasicLands = false; // temporary
this.hasBasicLands = true;
cards.add(new SetCardInfo("Appeal to Eirdu", 5, Rarity.COMMON, mage.cards.a.AppealToEirdu.class));
cards.add(new SetCardInfo("Ashling's Command", 205, Rarity.RARE, mage.cards.a.AshlingsCommand.class, NON_FULL_USE_VARIOUS));