mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
Fix #10518 (Firkragg, Cunning Instigator)
This commit is contained in:
parent
7e15ca92c5
commit
1d5ee8b3f4
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ class FirkraagCunningInstigatorTriggeredAbility extends TriggeredAbilityImpl {
|
|||
);
|
||||
filter.add(new ControllerIdPredicate(event.getTargetId()));
|
||||
this.addTarget(new TargetPermanent(filter));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue