mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
some oracle updates
This commit is contained in:
parent
d7e123bbe6
commit
48822c94b8
8 changed files with 13 additions and 2 deletions
|
|
@ -115,6 +115,12 @@ public class VerifyCardDataTest {
|
|||
// subtype
|
||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor");
|
||||
// the following are temporary
|
||||
subtypesToIgnore.add("Noble");
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "AER", "Ridgescale Tusker");
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "ME3", "Lady Caleria");
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "LEG", "Lady Caleria");
|
||||
|
||||
|
||||
// number
|
||||
skipListCreate(SKIP_LIST_NUMBER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue