mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Update CopyPermanentEffect
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user