[TSR] fixed a test failure

This commit is contained in:
Evan Kranzler 2021-03-05 18:34:28 -05:00
parent 425c1eda26
commit bb2e0922ab

View file

@ -26,7 +26,7 @@ public class TimeSpiralRemastered extends ExpansionSet {
private TimeSpiralRemastered() {
super("Time Spiral Remastered", "TSR", ExpansionSet.buildDate(2021, 3, 19), SetType.SUPPLEMENTAL);
this.hasBoosters = true;
this.hasBasicLands = false;
this.hasBasicLands = true;
this.maxCardNumberInBooster = 410;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;