mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00: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…
Reference in a new issue