mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
skip verify type of Ashiok's Reaper (#10871)
This commit is contained in:
parent
7d3d8e0b22
commit
07efd64f93
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ public class VerifyCardDataTest {
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
||||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Knight of Doves"); // temporary
|
skipListAddName(SKIP_LIST_TYPE, "WOE", "Knight of Doves"); // temporary
|
||||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Faunsbane Troll"); // temporary
|
skipListAddName(SKIP_LIST_TYPE, "WOE", "Faunsbane Troll"); // temporary
|
||||||
|
skipListAddName(SKIP_LIST_TYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||||
|
|
||||||
// subtype
|
// subtype
|
||||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||||
|
|
@ -144,6 +145,7 @@ public class VerifyCardDataTest {
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Knight of Doves"); // temporary
|
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Knight of Doves"); // temporary
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Faunsbane Troll"); // temporary
|
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Faunsbane Troll"); // temporary
|
||||||
|
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||||
|
|
||||||
// number
|
// number
|
||||||
skipListCreate(SKIP_LIST_NUMBER);
|
skipListCreate(SKIP_LIST_NUMBER);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue