some assorted text fixes

This commit is contained in:
Evan Kranzler 2021-02-02 12:41:05 -05:00
parent 0c0333a716
commit fbab9f069e
20 changed files with 62 additions and 55 deletions

View file

@ -39,7 +39,7 @@ public class StriveAbility extends SimpleStaticAbility {
@Override
public String getRule() {
return new StringBuilder("<i>Strive</i> &mdash; {this} costs ").append(striveCost).append(" more to cast for each target beyond the first.").toString();
return new StringBuilder("<i>Strive</i> &mdash; this spell costs ").append(striveCost).append(" more to cast for each target beyond the first.").toString();
}
}