mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Merge branch 'master' of https://github.com/magefree/mage
This commit is contained in:
commit
e1a345339d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public class PermanentsEnterBattlefieldTappedEffect extends ReplacementEffectImp
|
|||
}
|
||||
|
||||
public PermanentsEnterBattlefieldTappedEffect(FilterPermanent filter, Duration duration) {
|
||||
super(duration, Outcome.Tap);
|
||||
super(duration, Outcome.Tap, false);
|
||||
this.filter = filter;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue