Merge pull request #8092 from awjackson/dka_booster_fix

Fix Dark Ascension boosters containing 16 cards
This commit is contained in:
Oleg Agafonov 2021-08-02 20:33:13 +04:00 committed by GitHub
commit 7a62954685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ public final class DarkAscension extends ExpansionSet {
this.blockName = "Innistrad"; this.blockName = "Innistrad";
this.hasBoosters = true; this.hasBoosters = true;
this.numBoosterLands = 1; this.numBoosterLands = 1;
this.numBoosterCommon = 10; this.numBoosterCommon = 9;
this.numBoosterUncommon = 3; this.numBoosterUncommon = 3;
this.numBoosterRare = 1; this.numBoosterRare = 1;
this.ratioBoosterMythic = 8; this.ratioBoosterMythic = 8;