Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohedron committed Sep 29, 2024
1 parent 112f670 commit 56f0dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/sets/DominariaRemastered.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private DominariaRemastered() {
this.hasBoosters = true;
this.hasBasicLands = true;
this.maxCardNumberInBooster = 261;
this.numBoosterCommon = 10; // Frame/art variants not yet implemented for booster generation
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 7; // 60 rare, 20 mythic
Expand Down

0 comments on commit 56f0dd8

Please sign in to comment.