mirror of
https://github.com/correl/mage.git
synced 2025-04-06 09:13:45 -09:00
fixed a test failure
This commit is contained in:
parent
12cee3f798
commit
93e556d784
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
||||||
private StrixhavenSchoolOfMages() {
|
private StrixhavenSchoolOfMages() {
|
||||||
super("Strixhaven: School of Mages", "STX", ExpansionSet.buildDate(2021, 4, 23), SetType.EXPANSION);
|
super("Strixhaven: School of Mages", "STX", ExpansionSet.buildDate(2021, 4, 23), SetType.EXPANSION);
|
||||||
this.blockName = "Strixhaven: School of Mages";
|
this.blockName = "Strixhaven: School of Mages";
|
||||||
this.hasBoosters = false;
|
this.hasBoosters = true;
|
||||||
|
this.hasBasicLands = false;
|
||||||
this.numBoosterLands = 1;
|
this.numBoosterLands = 1;
|
||||||
this.numBoosterCommon = 10;
|
this.numBoosterCommon = 10;
|
||||||
this.numBoosterUncommon = 3;
|
this.numBoosterUncommon = 3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue