diff --git a/Mage.Sets/src/mage/cards/e/ElvishImpersonators.java b/Mage.Sets/src/mage/cards/e/ElvishImpersonators.java index 6fa6244ad5..a07b413373 100644 --- a/Mage.Sets/src/mage/cards/e/ElvishImpersonators.java +++ b/Mage.Sets/src/mage/cards/e/ElvishImpersonators.java @@ -51,7 +51,7 @@ public class ElvishImpersonators extends CardImpl { public ElvishImpersonators(UUID ownerId, CardSetInfo setInfo) { super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{3}{G}"); - this.subtype.add(SubType.ELF); + this.subtype.add(SubType.ELVES); this.power = new MageInt(0); this.toughness = new MageInt(0); diff --git a/Mage/src/main/java/mage/constants/SubType.java b/Mage/src/main/java/mage/constants/SubType.java index 5f716c44b7..42c07015a3 100644 --- a/Mage/src/main/java/mage/constants/SubType.java +++ b/Mage/src/main/java/mage/constants/SubType.java @@ -123,6 +123,7 @@ public enum SubType { ELEMENTAL("Elemental", SubTypeSet.CreatureType), ELEPHANT("Elephant", SubTypeSet.CreatureType), ELF("Elf", SubTypeSet.CreatureType), + ELVES("Elves", SubTypeSet.CreatureType), ELK("Elk", SubTypeSet.CreatureType), EYE("Eye", SubTypeSet.CreatureType), EWOK("Ewok", SubTypeSet.CreatureType, true), // Star Wars