mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix Momir Vig crash
This commit is contained in:
@@ -128,7 +128,7 @@ public class CopyPermanentEffect extends SpellAbilityEffect {
|
|||||||
|
|
||||||
tgtCards.clear();
|
tgtCards.clear();
|
||||||
if (!cards.isEmpty()) {
|
if (!cards.isEmpty()) {
|
||||||
tgtCards.add(Card.fromPaperCard(cards.get(0), null));
|
tgtCards.add(Card.fromPaperCard(cards.get(0), sa.getActivatingPlayer()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user