mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed a small test fail problem
This commit is contained in:
parent
9cc92553ad
commit
4d9caa4ee1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue