Fixed Wording on 2 cards and removed duplicate StaticFilter (#8596)

Closes #6643
This commit is contained in:
Alex Vasile 2022-01-25 21:08:46 -05:00 committed by GitHub
parent bd33191308
commit d33acc7c80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 14 additions and 18 deletions

View file

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