mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fix #9587
This commit is contained in:
parent
5b2e848065
commit
3954ba266f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class TargetOfOpponentsSpellOrAbilityTriggeredAbility extends TriggeredAb
|
||||||
|
|
||||||
// Add target for effects which need it (e.g. the counter effect from AmuletOfSafekeeping)
|
// Add target for effects which need it (e.g. the counter effect from AmuletOfSafekeeping)
|
||||||
this.getEffects().setTargetPointer(new FixedTarget(event.getSourceId(), game));
|
this.getEffects().setTargetPointer(new FixedTarget(event.getSourceId(), game));
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue