mirror of
https://github.com/correl/mage.git
synced 2025-01-06 03:00:13 +00:00
Resolved set code clash between Mythic Edition and Masters Edition.
Both now use the code from Scryfall. Converted line endings from CLRF to LF.
This commit is contained in:
parent
4ba92292e2
commit
0060846dab
2 changed files with 223 additions and 223 deletions
|
@ -17,7 +17,7 @@ public final class MastersEdition extends ExpansionSet {
|
|||
}
|
||||
|
||||
private MastersEdition() {
|
||||
super("Masters Edition", "MED", ExpansionSet.buildDate(2007, 9, 10), SetType.MAGIC_ONLINE);
|
||||
super("Masters Edition", "ME1", ExpansionSet.buildDate(2007, 9, 10), SetType.MAGIC_ONLINE);
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
|
|
|
@ -16,7 +16,7 @@ public final class MythicEdition extends ExpansionSet {
|
|||
}
|
||||
|
||||
private MythicEdition() {
|
||||
super("Mythic Edition", "MEDM", ExpansionSet.buildDate(2018, 10, 5), SetType.SUPPLEMENTAL); // MEDM cause MED uses for master edition
|
||||
super("Mythic Edition", "MED", ExpansionSet.buildDate(2018, 10, 5), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Ajani, Mentor of Heroes", "RA5", Rarity.MYTHIC, mage.cards.a.AjaniMentorOfHeroes.class));
|
||||
|
|
Loading…
Reference in a new issue