mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify test (#10952)
This commit is contained in:
parent
ee4936c645
commit
c3d48a9b9c
2 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ public final class SplashySpellcaster extends CardImpl {
|
|||
StaticFilters.FILTER_SPELL_AN_INSTANT_OR_SORCERY, false
|
||||
);
|
||||
ability.addTarget(new TargetControlledCreaturePermanent(0, 1, filter, false));
|
||||
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private SplashySpellcaster(final SplashySpellcaster card) {
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Take it Back"); //temporary
|
||||
|
||||
// subtype
|
||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||
|
|
@ -141,6 +142,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Take it Back"); //temporary
|
||||
|
||||
// number
|
||||
skipListCreate(SKIP_LIST_NUMBER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue