Skip to content

Commit

Permalink
remove misleading comments from non-draftable sets (related to #13160)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohedron committed Jan 3, 2025
1 parent cb936d8 commit fa781bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/FoundationsJumpstart.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private FoundationsJumpstart() {
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));
Expand Down
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private MarchOfTheMachineTheAftermath() {
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));
Expand Down

0 comments on commit fa781bb

Please sign in to comment.