mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Revert "added test to check for changeling cards having isAllCreatureTypes set to true"
This reverts commit 6d91ee69d4.
This commit is contained in:
parent
6d91ee69d4
commit
0943ae1bb7
1 changed files with 0 additions and 4 deletions
|
|
@ -1301,10 +1301,6 @@ public class VerifyCardDataTest {
|
||||||
if (card.getAbilities().toArray().length == 1) { // all cards have 1 inner ability to cast
|
if (card.getAbilities().toArray().length == 1) { // all cards have 1 inner ability to cast
|
||||||
fail(card, "abilities", "card's abilities is empty, but ref have text");
|
fail(card, "abilities", "card's abilities is empty, but ref have text");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (card.getAbilities().contains(ChangelingAbility.getInstance()) && !card.isAllCreatureTypes()) {
|
|
||||||
fail(card, "abilities", "card has changeling ability but doesn't have isAllCreatureTypes");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkWrongSymbolsInRules(Card card) {
|
private void checkWrongSymbolsInRules(Card card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue