mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- Fixed #4521
This commit is contained in:
parent
5ba017a19b
commit
6e4d655ac1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class BlocksOrBecomesBlockedTriggeredAbility extends TriggeredAbilityImpl
|
||||||
protected boolean setTargetPointer;
|
protected boolean setTargetPointer;
|
||||||
|
|
||||||
public BlocksOrBecomesBlockedTriggeredAbility(Effect effect, boolean optional) {
|
public BlocksOrBecomesBlockedTriggeredAbility(Effect effect, boolean optional) {
|
||||||
this(effect, StaticFilters.FILTER_PERMANENT_CREATURE, optional, null, false);
|
this(effect, StaticFilters.FILTER_PERMANENT_CREATURE, optional, null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public BlocksOrBecomesBlockedTriggeredAbility(Effect effect, FilterPermanent filter, boolean optional) {
|
public BlocksOrBecomesBlockedTriggeredAbility(Effect effect, FilterPermanent filter, boolean optional) {
|
||||||
|
|
Loading…
Reference in a new issue