mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
add reminder text
This commit is contained in:
parent
891deebb92
commit
35a65b50e4
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ public class HarmonizeAbility extends SpellAbility {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return name;
|
return name + " <i>(You may cast this card from your graveyard for its harmonize cost. " +
|
||||||
|
"You may tap a creature you control to reduce that cost by {X}, " +
|
||||||
|
"where X is its power. Then exile this spell.)</i>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue