This commit is contained in:
Oleg Agafonov 2019-01-07 14:22:13 +04:00
parent 8c7df840f3
commit 5c4dc104f7

View file

@ -160,7 +160,7 @@ public class CreateTokenCopyTargetEffect extends OneShotEffect {
copyFrom = game.getCard(getTargetPointer().getFirst(game, source));
}
if (permanent == null || copyFrom == null) {
if (copyFrom == null) {
return false;
}