fixed a test fail

This commit is contained in:
Evan Kranzler 2019-03-28 19:41:51 -04:00
parent 0a1e7cf654
commit 9dfa23e5c4

View file

@ -15,7 +15,8 @@ public final class WarOfTheSpark extends ExpansionSet {
private WarOfTheSpark() {
super("War of the Spark", "WAR", ExpansionSet.buildDate(2019, 5, 3), SetType.EXPANSION);
this.blockName = "Guilds of Ravnica";
this.hasBoosters = true;
this.hasBoosters = false;
this.hasBasicLands = false; // TODO: enable after more cards are available
this.numBoosterSpecial = 1;
this.numBoosterLands = 0;
this.numBoosterCommon = 10;