Fixed text

This commit is contained in:
Oleg Agafonov 2020-01-15 06:55:20 +04:00
parent b0a45e7c31
commit 2d4b2d0699

View file

@ -52,7 +52,7 @@ public class FightTargetSourceEffect extends OneShotEffect {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}
return new StringBuilder("{this} fight another target ").append(mode.getTargets().get(0).getTargetName()).toString();
return new StringBuilder("{this} fights another target ").append(mode.getTargets().get(0).getTargetName()).toString();
}
}