mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed FRF set for including basic lands
This commit is contained in:
parent
17f1d985de
commit
9ed332a018
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ public class FateReforged extends ExpansionSet {
|
|||
super("Fate Reforged", "FRF", "mage.sets.fatereforged", new GregorianCalendar(2015, 1, 23).getTime(), SetType.EXPANSION);
|
||||
this.blockName = "Khans of Tarkir";
|
||||
this.parentSet = KhansOfTarkir.getInstance();
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 11;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
|
|
Loading…
Reference in a new issue