fixed test failure for M20

This commit is contained in:
Evan Kranzler 2019-06-25 19:24:07 -04:00
parent 96ac54d495
commit 78389c073f

View file

@ -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;