mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
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…
Reference in a new issue