forked from External/mage
fix verify failure
This commit is contained in:
parent
7332c22f24
commit
30739bac5d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ public final class Foundations extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Foundations() {
|
||||
super("Foundations", "FDN", ExpansionSet.buildDate(2024, 11,15), SetType.EXPANSION);
|
||||
super("Foundations", "FDN", ExpansionSet.buildDate(2024, 11, 15), SetType.EXPANSION);
|
||||
this.blockName = "Foundations"; // for sorting in GUI
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = false; // temporary
|
||||
|
||||
cards.add(new SetCardInfo("Angelic Edict", 490, Rarity.COMMON, mage.cards.a.AngelicEdict.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue