mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed basic land flag
This commit is contained in:
parent
468f7b13f2
commit
656908aeec
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public final class MysteryBooster extends ExpansionSet {
|
|||
private MysteryBooster() {
|
||||
super("Mystery Booster", "MB1", ExpansionSet.buildDate(2020, 3, 13), SetType.SUPPLEMENTAL);
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Absorb Vis", 558, Rarity.COMMON, mage.cards.a.AbsorbVis.class));
|
||||
cards.add(new SetCardInfo("Abundant Growth", 1108, Rarity.COMMON, mage.cards.a.AbundantGrowth.class));
|
||||
|
|
Loading…
Reference in a new issue