mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge fix
This commit is contained in:
parent
a254851f72
commit
dbd1981fcb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public final class PrimalMight extends CardImpl {
|
||||||
//
|
//
|
||||||
this.getSpellAbility().addEffect(new FightTargetsEffect()
|
this.getSpellAbility().addEffect(new FightTargetsEffect()
|
||||||
.concatBy("Then")
|
.concatBy("Then")
|
||||||
.setText("it fights up to one target creature you don’t control"));
|
.setText("it fights up to one target creature you don't control"));
|
||||||
this.getSpellAbility().addTarget(new TargetPermanent(0, 1, StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL, false));
|
this.getSpellAbility().addTarget(new TargetPermanent(0, 1, StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL, false));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue