mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[WOE] Implement Blossoming Tortoise (#10847)
* [WOE] Implement Blossoming Tortoise * skip verify test on types * apply review * clean another unecessary text --------- Co-authored-by: Evan Kranzler <theelk801@gmail.com>
This commit is contained in:
parent
43de68afe3
commit
62dda45f2d
3 changed files with 136 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, "WOE", "Knight of Doves"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Faunsbane Troll"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Blossoming Tortoise"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Agatha's Champion"); // temporary
|
||||
|
||||
|
|
@ -146,6 +147,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Knight of Doves"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Faunsbane Troll"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Blossoming Tortoise"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Agatha's Champion"); // temporary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue