Skip to content

Commit

Permalink
Fix Leyline of Resonance triggering when targeting opponents' creatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Cguy7777 committed Jan 13, 2025
1 parent 39872e2 commit 2323701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/l/LeylineOfResonance.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class LeylineOfResonance extends CardImpl {
);

static {
filter.add(new HasOnlySingleTargetPermanentPredicate(StaticFilters.FILTER_PERMANENT_CREATURE));
filter.add(new HasOnlySingleTargetPermanentPredicate(StaticFilters.FILTER_CONTROLLED_CREATURE));
}

public LeylineOfResonance(UUID ownerId, CardSetInfo setInfo) {
Expand Down

0 comments on commit 2323701

Please sign in to comment.