mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
fixed text formatting on some ability word cards
This commit is contained in:
parent
889eeb13c2
commit
5da085c975
39 changed files with 56 additions and 56 deletions
|
|
@ -42,6 +42,6 @@ public class GrandeurAbility extends ActivatedAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return new StringBuilder("<i>Grandeur</i> — ").append(super.getRule()).toString();
|
||||
return new StringBuilder("<i>Grandeur</i> — ").append(super.getRule()).toString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue