updated creature types

This commit is contained in:
Evan Kranzler 2020-04-13 18:27:58 -04:00
parent 576c5e0ca6
commit ee7d271cb4
8 changed files with 30 additions and 35 deletions

View file

@ -121,6 +121,11 @@ public class VerifyCardDataTest {
// subtype
skipListCreate(SKIP_LIST_SUBTYPE);
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor");
// the following are temporary
skipListAddName(SKIP_LIST_SUBTYPE, "THB", "Dryad of the Ilysian Grove");
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Chicken a la King");
subtypesToIgnore.add("Shark");
subtypesToIgnore.add("Fish");
// number
skipListCreate(SKIP_LIST_NUMBER);