mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Enable DMU booster generation
This commit is contained in:
parent
94d0cfbd16
commit
7dc9985b86
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public final class DominariaUnited extends ExpansionSet {
|
|||
private DominariaUnited() {
|
||||
super("Dominaria United", "DMU", ExpansionSet.buildDate(2022, 11, 9), SetType.EXPANSION);
|
||||
this.blockName = "Dominaria United";
|
||||
this.hasBoosters = false; // temporary
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
|
|
Loading…
Reference in a new issue