mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
small test fix
This commit is contained in:
parent
607cef0e79
commit
b7731e4f90
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ public final class Commander2019Edition extends ExpansionSet {
|
|||
private Commander2019Edition() {
|
||||
super("Commander 2019 Edition", "C19", ExpansionSet.buildDate(2019, 8, 23), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Command Zone";
|
||||
this.hasBasicLands = false; // temporary fix for tests
|
||||
|
||||
cards.add(new SetCardInfo("Ghired, Conclave Exile", 42, Rarity.MYTHIC, mage.cards.g.GhiredConclaveExile.class));
|
||||
cards.add(new SetCardInfo("Seedborn Muse", 179, Rarity.RARE, mage.cards.s.SeedbornMuse.class));
|
||||
|
|
Loading…
Reference in a new issue