This commit is contained in:
North 2011-05-24 02:18:30 +03:00
parent db5868649a
commit 2aa0aaf3ea

View file

@ -14,8 +14,7 @@ public class Apocalypse extends ExpansionSet {
private Apocalypse() { private Apocalypse() {
super("Apocalypse", "APC", "", "mage.sets.apocalypse", new GregorianCalendar(2009, 5, 1).getTime(), Constants.SetType.EXPANSION); super("Apocalypse", "APC", "", "mage.sets.apocalypse", new GregorianCalendar(2009, 5, 1).getTime(), Constants.SetType.EXPANSION);
this.blockName = "Invasion "; this.blockName = "Invasion";
// this.parentSet =
this.hasBoosters = true; this.hasBoosters = true;
this.numBoosterLands = 1; this.numBoosterLands = 1;
this.numBoosterCommon = 10; this.numBoosterCommon = 10;