[AKH] Added Vizier of Many Faces.

This commit is contained in:
LevelX2 2017-04-16 13:28:36 +02:00
parent 20a1c02f4d
commit 664405caab
7 changed files with 24 additions and 17 deletions

View file

@ -188,7 +188,7 @@ public class PutTokenOntoBattlefieldCopyTargetEffect extends OneShotEffect {
EmptyToken token = new EmptyToken();
CardUtil.copyTo(token).from(copyFrom); // needed so that entersBattlefied triggered abilities see the attributes (e.g. Master Biomancer)
applier.apply(game, token);
applier.apply(game, token, source, targetId);
if (becomesArtifact) {
token.addCardType(CardType.ARTIFACT);
}