[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

@ -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);