Adjust European Land Program set abbreviation to match Scryfall.

This commit is contained in:
Thomas Hess 2020-01-16 19:28:15 +01:00
parent 5a21c7fadd
commit b56882091e
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
5 changed files with 6 additions and 5 deletions

View file

@ -18,8 +18,10 @@ public final class EuropeanLandProgram extends ExpansionSet {
}
private EuropeanLandProgram() {
super("European Land Program", "EURO", ExpansionSet.buildDate(2000, 2, 14), SetType.PROMOTIONAL);
super("European Land Program", "PELP", ExpansionSet.buildDate(2000, 2, 14), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = true;
cards.add(new SetCardInfo("Forest", 1, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Forest", 6, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Forest", 11, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));