mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fix verify failure
This commit is contained in:
parent
c9d3e98fbc
commit
889bda750e
2 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue