mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
updated creature types
This commit is contained in:
parent
576c5e0ca6
commit
ee7d271cb4
8 changed files with 30 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue