mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
fixed test failure
This commit is contained in:
parent
0f6f810c24
commit
90a7786bb4
2 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue