mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
fixed a verify failure
This commit is contained in:
parent
3d4dd8943b
commit
7f042a6294
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ public final class AlchemyInnistrad extends ExpansionSet {
|
|||
super("Alchemy: Innistrad", "Y22", ExpansionSet.buildDate(2021, 12, 9), SetType.MAGIC_ARENA);
|
||||
this.blockName = "Alchemy";
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Citystalker Connoisseur", 27, Rarity.RARE, mage.cards.c.CitystalkerConnoisseur.class));
|
||||
cards.add(new SetCardInfo("Cursebound Witch", 24, Rarity.UNCOMMON, mage.cards.c.CurseboundWitch.class));
|
||||
|
|
Loading…
Reference in a new issue