mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fixed a test failure
This commit is contained in:
parent
b73eb2c914
commit
ead1c359c5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ public final class KamigawaNeonDynasty extends ExpansionSet {
|
|||
this.blockName = "Kamigawa: Neon Dynasty";
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = true;
|
||||
this.numBoosterDoubleFaced = 1; // temporary test fix
|
||||
|
||||
cards.add(new SetCardInfo("Atsushi, the Blazing Sky", 134, Rarity.MYTHIC, mage.cards.a.AtsushiTheBlazingSky.class));
|
||||
cards.add(new SetCardInfo("Forest", 301, Rarity.LAND, mage.cards.basiclands.Forest.class, FULL_ART_BFZ_VARIOUS));
|
||||
|
|
Loading…
Reference in a new issue