various ability word text fixes

This commit is contained in:
Evan Kranzler 2021-07-17 11:17:17 -04:00
parent 58dac0a890
commit f57693392c
78 changed files with 132 additions and 169 deletions

View file

@ -37,7 +37,8 @@ public class StriveAbility extends SimpleStaticAbility {
@Override
public String getRule() {
return new StringBuilder("this spell costs ").append(striveCost).append(" more to cast for each target beyond the first.").toString();
return abilityWord.formatWord() + "This spell costs "
+ striveCost + " more to cast for each target beyond the first.";
}
}