mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
small text fix
This commit is contained in:
parent
e1d895e699
commit
cf9ac754f0
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class AbilitiesImpl<T extends Ability> extends ArrayList<T> implements Ab
|
|||
for (Cost cost : ability.getCosts()) {
|
||||
if (cost.getText() != null && !cost.getText().isEmpty()) {
|
||||
if (!cost.getText().startsWith("As an additional cost")) {
|
||||
sbRule.append("as an additional cost to cast this spell, ");
|
||||
sbRule.append("As an additional cost to cast this spell, ");
|
||||
}
|
||||
sbRule.append(cost.getText()).append(".<br>");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue