- Fixed Chandra, Pyromaster Ultimate not.. ultimating.

This commit is contained in:
Sol
2015-08-11 01:49:02 +00:00
parent 222ff987f8
commit 4d9006b7be
2 changed files with 4 additions and 2 deletions

View File

@@ -156,7 +156,9 @@ public class PlayEffect extends SpellAbilityEffect {
continue;
}
tgtCards.remove(tgtCard);
if (!sa.hasParam("AllowRepeats")) {
tgtCards.remove(tgtCard);
}
if (wasFaceDown) {
tgtCard.updateStateForView();