mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08: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…
Add table
Add a link
Reference in a new issue