forked from External/mage
Removed Artifact type addition from CopyPermanentEffect
This commit is contained in:
parent
1060ce4a10
commit
21b8c8a354
1 changed files with 0 additions and 3 deletions
|
|
@ -76,9 +76,6 @@ public class CopyPermanentEffect extends OneShotEffect<CopyPermanentEffect> {
|
|||
game.copyPermanent(copyFromPermanent, sourcePermanent, source, new ApplyToPermanent() {
|
||||
@Override
|
||||
public Boolean apply(Game game, Permanent permanent) {
|
||||
if (!permanent.getCardType().contains(Constants.CardType.ARTIFACT)) {
|
||||
permanent.getCardType().add(Constants.CardType.ARTIFACT);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue