mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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.
|
// * 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 TargetControlledCreaturePermanent())
|
||||||
.addTarget(new TargetPermanent(StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL)));
|
.addTarget(new TargetPermanent(StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL)));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue