1
0
Fork 0
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:
LevelX2 2018-01-28 00:24:37 +01:00
parent e2338f1cf4
commit 22c30a43f5

View file

@ -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;