mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix verify failure
This commit is contained in:
parent
3ca0101495
commit
1c0525d058
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ public final class LorwynEclipsed extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private LorwynEclipsed() {
|
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.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", 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));
|
cards.add(new SetCardInfo("Bitterbloom Bearer", 352, Rarity.MYTHIC, mage.cards.b.BitterbloomBearer.class, NON_FULL_USE_VARIOUS));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue