Skip to content

Commit fa781bb

Browse files
committed
remove misleading comments from non-draftable sets (related to #13160)
1 parent cb936d8 commit fa781bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mage.Sets/src/mage/sets/FoundationsJumpstart.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private FoundationsJumpstart() {
1919
super("Foundations Jumpstart", "J25", ExpansionSet.buildDate(2024, 11, 15), SetType.EXPANSION);
2020
this.blockName = "Foundations"; // for sorting in GUI
2121
this.hasBasicLands = true;
22-
this.hasBoosters = false; // temporary
22+
this.hasBoosters = false;
2323

2424
cards.add(new SetCardInfo("Abandon Reason", 513, Rarity.UNCOMMON, mage.cards.a.AbandonReason.class));
2525
cards.add(new SetCardInfo("Academy Journeymage", 281, Rarity.COMMON, mage.cards.a.AcademyJourneymage.class));

Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private MarchOfTheMachineTheAftermath() {
1919
super("March of the Machine: The Aftermath", "MAT", ExpansionSet.buildDate(2023, 5, 12), SetType.SUPPLEMENTAL_STANDARD_LEGAL);
2020
this.blockName = "March of the Machine";
2121
this.hasBasicLands = false;
22-
this.hasBoosters = false; // temporary
22+
this.hasBoosters = false;
2323

2424
cards.add(new SetCardInfo("Animist's Might", 120, Rarity.UNCOMMON, mage.cards.a.AnimistsMight.class, NON_FULL_USE_VARIOUS));
2525
cards.add(new SetCardInfo("Animist's Might", 20, Rarity.UNCOMMON, mage.cards.a.AnimistsMight.class, NON_FULL_USE_VARIOUS));

0 commit comments

Comments
 (0)