mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
not all BecomesBlockedByCreatureTriggeredAbility share the same filter
This commit is contained in:
parent
7b9ca84ae1
commit
6fadbd3058
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ import mage.target.targetpointer.FixedTarget;
|
|||
*/
|
||||
public class BecomesBlockedByCreatureTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
private static FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
private FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
|
||||
public BecomesBlockedByCreatureTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue