mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
typo
This commit is contained in:
parent
db5868649a
commit
2aa0aaf3ea
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue