Skip to content

Commit

Permalink
Fix #10518 (Firkragg, Cunning Instigator)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohedron committed Jun 24, 2023
1 parent 7e15ca9 commit 1d5ee8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage.Sets/src/mage/cards/f/FirkraagCunningInstigator.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public boolean checkTrigger(GameEvent event, Game game) {
);
filter.add(new ControllerIdPredicate(event.getTargetId()));
this.addTarget(new TargetPermanent(filter));
return true;
}
return false;
}
Expand Down

0 comments on commit 1d5ee8b

Please sign in to comment.