fixed test failure

This commit is contained in:
Evan Kranzler 2020-04-04 22:43:14 -04:00
parent 0f6f810c24
commit 90a7786bb4
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ public final class Commander2020Edition extends ExpansionSet {
private Commander2020Edition() {
super("Commander 2020 Edition", "C20", ExpansionSet.buildDate(2020, 4, 24), SetType.SUPPLEMENTAL);
this.blockName = "Command Zone";
this.hasBasicLands = false; // remove when basics are available
cards.add(new SetCardInfo("Ajani Unyielding", 201, Rarity.MYTHIC, mage.cards.a.AjaniUnyielding.class));
cards.add(new SetCardInfo("Alesha, Who Smiles at Death", 143, Rarity.RARE, mage.cards.a.AleshaWhoSmilesAtDeath.class));

View file

@ -25,6 +25,7 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.maxCardNumberInBooster = 274;
this.hasBasicLands = false; // remove when basics are available
cards.add(new SetCardInfo("Boon of the Wish-Giver", 43, Rarity.UNCOMMON, mage.cards.b.BoonOfTheWishGiver.class));
cards.add(new SetCardInfo("Bristling Boar", 146, Rarity.COMMON, mage.cards.b.BristlingBoar.class));