mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge pull request #8092 from awjackson/dka_booster_fix
Fix Dark Ascension boosters containing 16 cards
This commit is contained in:
commit
7a62954685
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