mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
RIX - Fixed number of cards in booster.
This commit is contained in:
parent
e2338f1cf4
commit
22c30a43f5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class RivalsOfIxalan extends ExpansionSet {
|
||||||
this.parentSet = Ixalan.getInstance();
|
this.parentSet = Ixalan.getInstance();
|
||||||
this.hasBoosters = true;
|
this.hasBoosters = true;
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
this.numBoosterLands = 1;
|
this.numBoosterLands = 0;
|
||||||
this.numBoosterCommon = 11;
|
this.numBoosterCommon = 11;
|
||||||
this.numBoosterUncommon = 3;
|
this.numBoosterUncommon = 3;
|
||||||
this.numBoosterRare = 1;
|
this.numBoosterRare = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue