mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00: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…
Reference in a new issue