mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed Iridescent Drake.
This commit is contained in:
@@ -508,6 +508,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
||||
// location
|
||||
if (tgtC.isAura()) {
|
||||
final SpellAbility saAura = AttachEffect.getAttachSpellAbility(tgtC);
|
||||
saAura.setActivatingPlayer(sa.getActivatingPlayer());
|
||||
if (!saAura.getTarget().hasCandidates(saAura, false)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user