fixed a test failure

This commit is contained in:
Evan Kranzler 2021-11-11 08:46:59 -05:00
parent 387acbdbe9
commit ffc3c07b41

View file

@ -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;
}