forked from External/mage
fix Morph reminder text
This commit is contained in:
parent
9456650693
commit
c8da0f6216
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ public class MorphAbility extends SpellAbility {
|
|||
public String getRule() {
|
||||
boolean isMana = morphCosts.get(0) instanceof ManaCost;
|
||||
String name = megamorph ? ABILITY_KEYWORD_MEGA : ABILITY_KEYWORD;
|
||||
String reminder = megamorph ? REMINDER_TEXT_MEGA : REMINDER_TEXT;
|
||||
String reminder = " <i>(" + (megamorph ? REMINDER_TEXT_MEGA : REMINDER_TEXT) + ")</i>";
|
||||
return name + (isMana ? " " : "—") +
|
||||
morphCosts.getText() + (isMana ? ' ' : ". ") + reminder;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue