[UGL] remove "Elves" subtype from Elvish Impersonators

This commit is contained in:
theelk801 2023-06-19 16:32:21 -04:00
parent ae94db9644
commit 1be43ef6ff
3 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ public final class ElvishImpersonators extends CardImpl {
public ElvishImpersonators(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}");
this.subtype.add(SubType.ELVES);
this.subtype.add(SubType.ELF);
this.power = new MageInt(0);
this.toughness = new MageInt(0);

View File

@ -131,6 +131,8 @@ public class VerifyCardDataTest {
// subtype
skipListCreate(SKIP_LIST_SUBTYPE);
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
// number
skipListCreate(SKIP_LIST_NUMBER);

View File

@ -153,7 +153,6 @@ public enum SubType {
ELEMENTAL("Elemental", SubTypeSet.CreatureType),
ELEPHANT("Elephant", SubTypeSet.CreatureType),
ELF("Elf", SubTypeSet.CreatureType),
ELVES("Elves", SubTypeSet.CreatureType, true), // Un-sets
ELK("Elk", SubTypeSet.CreatureType),
EMPLOYEE("Employee", SubTypeSet.CreatureType),
EYE("Eye", SubTypeSet.CreatureType),