diff --git a/Mage.Sets/src/mage/sets/MarchOfTheMachine.java b/Mage.Sets/src/mage/sets/MarchOfTheMachine.java index 2494c7c7699..d9ac9d6a89f 100644 --- a/Mage.Sets/src/mage/sets/MarchOfTheMachine.java +++ b/Mage.Sets/src/mage/sets/MarchOfTheMachine.java @@ -18,6 +18,7 @@ public final class MarchOfTheMachine extends ExpansionSet { private MarchOfTheMachine() { super("March of the Machine", "MOM", ExpansionSet.buildDate(2023, 4, 21), SetType.EXPANSION); this.blockName = "March of the Machine"; + this.hasBasicLands = false; // temporary this.hasBoosters = false; // temporary cards.add(new SetCardInfo("Bloodfell Caves", 267, Rarity.COMMON, mage.cards.b.BloodfellCaves.class)); diff --git a/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java b/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java index 76b9f6b7c97..530ccc4a134 100644 --- a/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java +++ b/Mage.Sets/src/mage/sets/MarchOfTheMachineTheAftermath.java @@ -17,6 +17,7 @@ public final class MarchOfTheMachineTheAftermath extends ExpansionSet { 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 } }