fix verify failure

This commit is contained in:
theelk801 2023-02-19 17:08:09 -05:00
parent c9d3e98fbc
commit 889bda750e
2 changed files with 2 additions and 0 deletions

View file

@ -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));

View file

@ -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
}
}