mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix verify failure
This commit is contained in:
parent
ac6d67e871
commit
3ad9868153
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class FoundationsJumpstart extends ExpansionSet {
|
|||
private FoundationsJumpstart() {
|
||||
super("Foundations Jumpstart", "J25", 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("Abandon Reason", 513, Rarity.UNCOMMON, mage.cards.a.AbandonReason.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue