mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Fixed that promo Flusterstorm can be founded in MH1 boosters;
This commit is contained in:
parent
8203ed55e1
commit
7aa8b0b129
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public final class ModernHorizons extends ExpansionSet {
|
|||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.maxCardNumberInBooster = 254;
|
||||
|
||||
cards.add(new SetCardInfo("Abominable Treefolk", 194, Rarity.UNCOMMON, mage.cards.a.AbominableTreefolk.class));
|
||||
cards.add(new SetCardInfo("Alpine Guide", 117, Rarity.UNCOMMON, mage.cards.a.AlpineGuide.class));
|
||||
|
|
Loading…
Reference in a new issue