fixed a test failure

This commit is contained in:
Evan Kranzler 2022-01-27 23:03:59 -05:00 committed by GitHub
parent b73eb2c914
commit ead1c359c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));