- Fixed Jhoira of the Ghitu Avatar crashing.

This commit is contained in:
Agetian
2016-12-14 16:08:29 +00:00
parent 24f993eaef
commit 8c7f967d50

View File

@@ -99,7 +99,7 @@ public class PlayEffect extends SpellAbilityEffect {
int ncopied = AbilityUtils.calculateAmount(source, num, sa);
while(ncopied > 0) {
final PaperCard cp = Aggregates.random(copysource);
final Card possibleCard = Card.fromPaperCard(cp, null);
final Card possibleCard = Card.fromPaperCard(cp, sa.getActivatingPlayer());
// Need to temporarily set the Owner so the Game is set
possibleCard.setOwner(sa.getActivatingPlayer());