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

@ -40,6 +40,6 @@ public class LoseAllCreatureTypesTargetEffect extends ContinuousEffectImpl {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}
return "Target " + mode.getTargets().get(0).getTargetName() + " loses all creature types " + duration.toString();
return "target " + mode.getTargets().get(0).getTargetName() + " loses all creature types " + duration.toString();
}
}