mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
typo
This commit is contained in:
parent
db5868649a
commit
2aa0aaf3ea
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ public class Apocalypse extends ExpansionSet {
|
|||
|
||||
private Apocalypse() {
|
||||
super("Apocalypse", "APC", "", "mage.sets.apocalypse", new GregorianCalendar(2009, 5, 1).getTime(), Constants.SetType.EXPANSION);
|
||||
this.blockName = "Invasion ";
|
||||
// this.parentSet =
|
||||
this.blockName = "Invasion";
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
|
|
Loading…
Reference in a new issue