mirror of
https://github.com/correl/mage.git
synced 2025-04-13 09:11:06 -09: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.hasBoosters = true;
|
||||
this.hasBasicLands = false;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterLands = 0;
|
||||
this.numBoosterCommon = 11;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue