mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Some minor changes.
This commit is contained in:
parent
96868afa79
commit
e60234615d
3 changed files with 15 additions and 49 deletions
|
|
@ -631,7 +631,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
}
|
||||
if (abilityWord != null) {
|
||||
sbRule.insert(0, new StringBuilder("<i>").append(abilityWord.toString()).append("</i> - "));
|
||||
sbRule.insert(0, new StringBuilder("<i>").append(abilityWord.toString()).append("</i> — "));
|
||||
}
|
||||
String text = modes.getText();
|
||||
if (!text.isEmpty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue