mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
- Fixed #8679
This commit is contained in:
parent
0f48e08ec5
commit
79ac8671af
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.p;
|
||||
|
||||
import java.util.UUID;
|
||||
|
@ -44,9 +43,7 @@ public final class PhyrexianMetamorph extends CardImpl {
|
|||
CopyApplier phyrexianMetamorphCopyApplier = new CopyApplier() {
|
||||
@Override
|
||||
public boolean apply(Game game, MageObject blueprint, Ability source, UUID copyToObjectId) {
|
||||
if (!blueprint.isArtifact(game)) {
|
||||
blueprint.addCardType(game, CardType.ARTIFACT);
|
||||
}
|
||||
blueprint.addCardType(CardType.ARTIFACT);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue