mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
fixed legality issue
This commit is contained in:
parent
434b2464db
commit
b2401a6410
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public final class MysteryBooster extends ExpansionSet {
|
|||
}
|
||||
|
||||
private MysteryBooster() {
|
||||
super("Mystery Booster", "MB1", ExpansionSet.buildDate(2020, 3, 13), SetType.EXPANSION);
|
||||
super("Mystery Booster", "MB1", ExpansionSet.buildDate(2020, 3, 13), SetType.SUPPLEMENTAL);
|
||||
this.hasBoosters = true;
|
||||
|
||||
cards.add(new SetCardInfo("Absorb Vis", 558, Rarity.COMMON, mage.cards.a.AbsorbVis.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue