Leyline of Resonance - fixed that it triggering when targeting opponents' creatures (#13223)

This commit is contained in:
Cameron Merkel 2025-01-13 01:56:36 -06:00 committed by GitHub
parent 39872e2625
commit 3d147552d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {