Fix Dark Ascension boosters containing 16 cards

This commit is contained in:
Alex W. Jackson 2021-08-02 12:06:46 -04:00 committed by GitHub
parent a5b41ea920
commit 286fac2312
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.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterCommon = 9;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;