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
|
// location
|
||||||
if (tgtC.isAura()) {
|
if (tgtC.isAura()) {
|
||||||
final SpellAbility saAura = AttachEffect.getAttachSpellAbility(tgtC);
|
final SpellAbility saAura = AttachEffect.getAttachSpellAbility(tgtC);
|
||||||
|
saAura.setActivatingPlayer(sa.getActivatingPlayer());
|
||||||
if (!saAura.getTarget().hasCandidates(saAura, false)) {
|
if (!saAura.getTarget().hasCandidates(saAura, false)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user