mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
various em dash text fixes
This commit is contained in:
parent
3739325000
commit
bd652632f9
7 changed files with 8 additions and 7 deletions
|
|
@ -134,7 +134,7 @@ public class FlashbackAbility extends SpellAbility {
|
|||
public String getRule() {
|
||||
StringBuilder sbRule = new StringBuilder("Flashback");
|
||||
if (!costs.isEmpty()) {
|
||||
sbRule.append(" - ");
|
||||
sbRule.append("—");
|
||||
} else {
|
||||
sbRule.append(' ');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue