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