mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
fixed a test failure
This commit is contained in:
parent
387acbdbe9
commit
ffc3c07b41
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