mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fix set codes of 3 sets
This commit is contained in:
parent
69d6b2c8f5
commit
4147bfdd65
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ public class CommanderAnthology extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private CommanderAnthology() {
|
private CommanderAnthology() {
|
||||||
super("Commander Anthology", "CMA2", ExpansionSet.buildDate(2017, 6, 9), SetType.SUPPLEMENTAL);
|
super("Commander Anthology", "CMA", ExpansionSet.buildDate(2017, 6, 9), SetType.SUPPLEMENTAL);
|
||||||
this.blockName = "Commander Anthology";
|
this.blockName = "Commander Anthology";
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ public class CommandersArsenal extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private CommandersArsenal() {
|
private CommandersArsenal() {
|
||||||
super("Commander's Arsenal", "CMA", ExpansionSet.buildDate(2012, 11, 2), SetType.SUPPLEMENTAL);
|
super("Commander's Arsenal", "CM1", ExpansionSet.buildDate(2012, 11, 2), SetType.SUPPLEMENTAL);
|
||||||
this.blockName = "Command Zone";
|
this.blockName = "Command Zone";
|
||||||
cards.add(new SetCardInfo("Chaos Warp", 1, Rarity.SPECIAL, mage.cards.c.ChaosWarp.class));
|
cards.add(new SetCardInfo("Chaos Warp", 1, Rarity.SPECIAL, mage.cards.c.ChaosWarp.class));
|
||||||
cards.add(new SetCardInfo("Command Tower", 2, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
cards.add(new SetCardInfo("Command Tower", 2, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||||
|
|
|
@ -51,7 +51,7 @@ public class PortalSecondAge extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private PortalSecondAge() {
|
private PortalSecondAge() {
|
||||||
super("Portal Second Age", "PO2", ExpansionSet.buildDate(1998, 6, 24), SetType.SUPPLEMENTAL);
|
super("Portal Second Age", "P02", ExpansionSet.buildDate(1998, 6, 24), SetType.SUPPLEMENTAL);
|
||||||
this.blockName = "Beginner";
|
this.blockName = "Beginner";
|
||||||
this.hasBasicLands = true;
|
this.hasBasicLands = true;
|
||||||
this.hasBoosters = true;
|
this.hasBoosters = true;
|
||||||
|
|
|
@ -35,7 +35,7 @@ Champions of Kamigawa|CHK|
|
||||||
Chronicles|CHR|
|
Chronicles|CHR|
|
||||||
Clash Pack|CLASH|
|
Clash Pack|CLASH|
|
||||||
Commander Anthology|CMA|
|
Commander Anthology|CMA|
|
||||||
Commander's Arsenal|CMA|
|
Commander's Arsenal|CM1|
|
||||||
Conspiracy: Take the Crown|CN2|
|
Conspiracy: Take the Crown|CN2|
|
||||||
Conflux|CON|
|
Conflux|CON|
|
||||||
Champs|CP|
|
Champs|CP|
|
||||||
|
|
Loading…
Reference in a new issue