mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Leyline of Resonance - fixed that it triggering when targeting opponents' creatures (#13223)
This commit is contained in:
parent
39872e2625
commit
3d147552d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue