mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed test failure
This commit is contained in:
parent
9e28a900c0
commit
cc9e52e316
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
super("Strixhaven: School of Mages", "STX", ExpansionSet.buildDate(2021, 4, 23), SetType.EXPANSION);
|
||||
this.blockName = "Strixhaven: School of Mages";
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterUncommon = 3;
|
||||
|
|
Loading…
Reference in a new issue