forked from External/mage
refactor: added shared code to hide mutate cards
This commit is contained in:
parent
5ccff95b24
commit
49b0568143
9 changed files with 100 additions and 80 deletions
|
|
@ -1990,6 +1990,8 @@ public class VerifyCardDataTest {
|
|||
|
||||
// special check: mutate is not supported yet, so must be removed from sets
|
||||
if (card.getAbilities().containsClass(MutateAbility.class)) {
|
||||
// how-to fix: add that code at the end of the set
|
||||
// cards.removeIf(card -> HIDE_MUTATE_CARDS && MUTATE_CARD_NAMES.contains(card.getName()));
|
||||
fail(card, "abilities", "mutate cards aren't implemented and shouldn't be available");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue