mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
updated additional cost text
This commit is contained in:
parent
52ae0a9be6
commit
b82475dcff
16 changed files with 20 additions and 20 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}, ");
|
||||
sbRule.append("as an additional cost to cast this spell, ");
|
||||
}
|
||||
sbRule.append(cost.getText()).append(".<br>");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue