Update CopyPermanentEffect

This commit is contained in:
Hans Mackowiak
2018-04-10 17:48:30 +00:00
parent 421b70b4f6
commit f6dc955d4b

View File

@@ -166,7 +166,7 @@ public class CopyPermanentEffect extends SpellAbilityEffect {
tgtCards.add(Card.fromPaperCard(cards.get(0), controller));
}
}
} if (sa.hasParam("Choices")) {
} else if (sa.hasParam("Choices")) {
CardCollectionView choices = game.getCardsIn(ZoneType.Battlefield);
choices = CardLists.getValidCards(choices, sa.getParam("Choices"), activator, host);
if (!choices.isEmpty()) {