mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed Chandra, Pyromaster Ultimate not.. ultimating.
This commit is contained in:
@@ -156,7 +156,9 @@ public class PlayEffect extends SpellAbilityEffect {
|
||||
continue;
|
||||
}
|
||||
|
||||
tgtCards.remove(tgtCard);
|
||||
if (!sa.hasParam("AllowRepeats")) {
|
||||
tgtCards.remove(tgtCard);
|
||||
}
|
||||
|
||||
if (wasFaceDown) {
|
||||
tgtCard.updateStateForView();
|
||||
|
||||
Reference in New Issue
Block a user