forked from External/mage
Fix Dark Ascension boosters containing 16 cards
This commit is contained in:
parent
a5b41ea920
commit
286fac2312
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public final class DarkAscension extends ExpansionSet {
|
|||
this.blockName = "Innistrad";
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterCommon = 9;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue