forked from External/mage
Another small fix of Primal Clay showing card types twice.
This commit is contained in:
parent
a841f33dba
commit
ebd06f03c4
1 changed files with 0 additions and 4 deletions
|
|
@ -93,10 +93,6 @@ class PrimalClayEffect extends ContinuousEffectImpl<PrimalClayEffect> {
|
|||
}
|
||||
|
||||
switch (layer) {
|
||||
case TypeChangingEffects_4:
|
||||
permanent.getCardType().add(CardType.ARTIFACT);
|
||||
permanent.getCardType().add(CardType.CREATURE);
|
||||
break;
|
||||
case PTChangingEffects_7:
|
||||
if (sublayer.equals(SubLayer.SetPT_7b)) {
|
||||
if (choice.getChoice().equals("a 3/3 artifact creature")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue