fix verify failure

This commit is contained in:
theelk801 2025-05-10 22:31:39 -04:00
parent 05f641342e
commit 8e9f4f1417

View file

@ -18,7 +18,7 @@ public final class FinalFantasy extends ExpansionSet {
private FinalFantasy() {
super("Final Fantasy", "FIN", ExpansionSet.buildDate(2025, 6, 13), SetType.EXPANSION);
this.blockName = "Final Fantasy"; // for sorting in GUI
this.hasBasicLands = false; // temporary
this.hasBasicLands = true;
cards.add(new SetCardInfo("A Realm Reborn", 196, Rarity.RARE, mage.cards.a.ARealmReborn.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("A Realm Reborn", 344, Rarity.RARE, mage.cards.a.ARealmReborn.class, NON_FULL_USE_VARIOUS));