mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fix verify failure
This commit is contained in:
parent
08fe46d405
commit
f5f17cc73e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class BarroomBrawl extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{1}{G}");
|
||||
|
||||
// Target creature you control fights target creature the opponent to your left controls. Then that player may copy this spell and may choose new targets for the copy.
|
||||
this.getSpellAbility().addEffect(new FightTargetsEffect());
|
||||
this.getSpellAbility().addEffect(new FightTargetsEffect(false));
|
||||
this.getSpellAbility().addEffect(new BarroomBrawlEffect());
|
||||
this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent());
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
|
|
Loading…
Reference in a new issue