remove Cat subtype from Rakshasa cards and add temporary verify skip

This commit is contained in:
theelk801 2023-11-09 11:43:11 -05:00
parent 9eeaf9cae1
commit 74988a1c23
6 changed files with 2 additions and 5 deletions

View file

@ -138,6 +138,7 @@ public class VerifyCardDataTest {
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");
subtypesToIgnore.add("Cat"); // temporary
// number
// skipListAddName(SKIP_LIST_NUMBER, set, cardName);