forked from External/mage
Fixed Wording on 2 cards and removed duplicate StaticFilter (#8596)
Closes #6643
This commit is contained in:
parent
bd33191308
commit
d33acc7c80
15 changed files with 14 additions and 18 deletions
|
|
@ -23,7 +23,7 @@ public final class LukkaWaywardBonderEmblem extends Emblem {
|
|||
this.setExpansionSetCodeForImage("STX");
|
||||
Ability ability = new EntersBattlefieldControlledTriggeredAbility(
|
||||
Zone.COMMAND, new LukkaWaywardBonderEmblemEffect(),
|
||||
StaticFilters.FILTER_PERMANENT_CREATURE_A, false
|
||||
StaticFilters.FILTER_PERMANENT_A_CREATURE, false
|
||||
);
|
||||
ability.addTarget(new TargetAnyTarget());
|
||||
this.getAbilities().add(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue