Fixed effect texts

This commit is contained in:
Oleg Agafonov 2020-06-14 04:28:58 +04:00
parent 476cf92ce6
commit ad4be5a9fe
8 changed files with 11 additions and 11 deletions

View file

@ -77,7 +77,7 @@ public class FightTargetsEffect extends OneShotEffect {
return staticText;
}
return "Target " + mode
return "target " + mode
.getTargets().get(0).getTargetName() + " fights another target " + mode
.getTargets().get(1).getTargetName();
}