mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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() {
|
||||
super("Strixhaven: School of Mages", "STX", ExpansionSet.buildDate(2021, 4, 23), SetType.EXPANSION);
|
||||
this.blockName = "Strixhaven: School of Mages";
|
||||
this.hasBoosters = false;
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = false;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterUncommon = 3;
|
||||
|
|
Loading…
Reference in a new issue