Fixed FRF set for including basic lands

This commit is contained in:
fireshoes 2015-01-05 21:38:12 -06:00
parent 17f1d985de
commit 9ed332a018

View file

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