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
|
|
@ -19,7 +19,7 @@ public class BecomesBlockedAllTriggeredAbility extends TriggeredAbilityImpl {
|
|||
private final boolean setTargetPointer;
|
||||
|
||||
public BecomesBlockedAllTriggeredAbility(Effect effect, boolean optional) {
|
||||
this(effect, optional, StaticFilters.FILTER_PERMANENT_CREATURE_A, false);
|
||||
this(effect, optional, StaticFilters.FILTER_PERMANENT_A_CREATURE, false);
|
||||
}
|
||||
|
||||
public BecomesBlockedAllTriggeredAbility(Effect effect, boolean optional, FilterCreaturePermanent filter, boolean setTargetPointer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue