forked from External/mage
various ability word text fixes
This commit is contained in:
parent
58dac0a890
commit
f57693392c
78 changed files with 132 additions and 169 deletions
|
|
@ -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.";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue