Merge fix

This commit is contained in:
Oleg Agafonov 2020-06-14 05:33:32 +04:00
parent a254851f72
commit dbd1981fcb

View file

@ -29,7 +29,7 @@ public final class PrimalMight extends CardImpl {
//
this.getSpellAbility().addEffect(new FightTargetsEffect()
.concatBy("Then")
.setText("it fights up to one target creature you dont 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));
}