mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed a test failure
This commit is contained in:
parent
8a381b6a28
commit
2e8b00ed9c
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ public final class ThroneOfEldraine extends ExpansionSet {
|
|||
private ThroneOfEldraine() {
|
||||
super("Throne of Eldraine", "ELD", ExpansionSet.buildDate(2019, 10, 4), SetType.EXPANSION);
|
||||
this.blockName = "Throne of Eldraine";
|
||||
this.hasBoosters = false; // false until basics officially spoiled
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = false;// false until basics officially spoiled
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterUncommon = 3;
|
||||
|
|
Loading…
Reference in a new issue