mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fix verify
This commit is contained in:
parent
086b43ef73
commit
97ed7ed8c4
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue