mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[TSR] fixed a test failure
This commit is contained in:
parent
425c1eda26
commit
bb2e0922ab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue