Fix verify

This commit is contained in:
Alex W. Jackson 2022-11-04 16:28:02 -04:00
parent 086b43ef73
commit 97ed7ed8c4

View file

@ -28,7 +28,7 @@ public final class Bushwhack extends CardImpl {
));
// * Target creature you control fights target creature you don't control.
this.getSpellAbility().addMode(new Mode(new FightTargetsEffect())
this.getSpellAbility().addMode(new Mode(new FightTargetsEffect(false))
.addTarget(new TargetControlledCreaturePermanent())
.addTarget(new TargetPermanent(StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL)));
}