mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixed test failure for M20
This commit is contained in:
parent
96ac54d495
commit
78389c073f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public final class CoreSet2020 extends ExpansionSet {
|
|||
private CoreSet2020() {
|
||||
super("Core Set 2020", "M20", ExpansionSet.buildDate(2019, 7, 12), SetType.CORE);
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
this.numBoosterSpecial = 0;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue