forked from External/mage
some text fixes
This commit is contained in:
parent
17b7de4e87
commit
3baabe2534
28 changed files with 78 additions and 74 deletions
|
|
@ -773,7 +773,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
if (!costs.isEmpty()) {
|
||||
if (sbRule.length() > 0) {
|
||||
sbRule.append(',');
|
||||
sbRule.append(", ");
|
||||
}
|
||||
sbRule.append(costs.getText());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue