mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08: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…
Add table
Add a link
Reference in a new issue