forked from External/mage
Change tribal card type to kindred, update viashino and naga (#12271)
* change tribal card type to kindred * update viashino to lizard * update naga to snake
This commit is contained in:
parent
40a1fc6c23
commit
cdf91e66fb
177 changed files with 200 additions and 213 deletions
|
|
@ -62,7 +62,7 @@ public class LoseCreatureTypeSourceEffect extends ContinuousEffectImpl {
|
|||
return false;
|
||||
}
|
||||
permanent.removeCardType(game, CardType.CREATURE);
|
||||
if (!permanent.isTribal(game)) {
|
||||
if (!permanent.isKindred(game)) {
|
||||
permanent.removeAllCreatureTypes(game);
|
||||
}
|
||||
if (permanent.isAttacking() || permanent.getBlocking() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue