fixed a small test fail problem

This commit is contained in:
Evan Kranzler 2018-12-17 21:57:52 -05:00
parent 9cc92553ad
commit 4d9caa4ee1

View file

@ -23,6 +23,7 @@ public final class RavnicaAllegiance extends ExpansionSet {
super("Ravnica Allegiance", "RNA", ExpansionSet.buildDate(2019, 1, 25), SetType.EXPANSION);
this.blockName = "Guilds of Ravnica";
this.hasBoosters = true;
this.hasBasicLands = false; // this is temporary until the actual basics have been spoiled to prevent a test fail
this.numBoosterSpecial = 1;
this.numBoosterLands = 0;
this.numBoosterCommon = 10;