forked from External/mage
remove misleading comments from non-draftable sets (related to #13160)
This commit is contained in:
parent
cb936d826b
commit
fa781bb966
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ public final class FoundationsJumpstart extends ExpansionSet {
|
|||
super("Foundations Jumpstart", "J25", ExpansionSet.buildDate(2024, 11, 15), SetType.EXPANSION);
|
||||
this.blockName = "Foundations"; // for sorting in GUI
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = false; // temporary
|
||||
this.hasBoosters = false;
|
||||
|
||||
cards.add(new SetCardInfo("Abandon Reason", 513, Rarity.UNCOMMON, mage.cards.a.AbandonReason.class));
|
||||
cards.add(new SetCardInfo("Academy Journeymage", 281, Rarity.COMMON, mage.cards.a.AcademyJourneymage.class));
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ public final class MarchOfTheMachineTheAftermath extends ExpansionSet {
|
|||
super("March of the Machine: The Aftermath", "MAT", ExpansionSet.buildDate(2023, 5, 12), SetType.SUPPLEMENTAL_STANDARD_LEGAL);
|
||||
this.blockName = "March of the Machine";
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = false; // temporary
|
||||
this.hasBoosters = false;
|
||||
|
||||
cards.add(new SetCardInfo("Animist's Might", 120, Rarity.UNCOMMON, mage.cards.a.AnimistsMight.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Animist's Might", 20, Rarity.UNCOMMON, mage.cards.a.AnimistsMight.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue