add reminder text

This commit is contained in:
theelk801 2025-03-30 09:58:09 -04:00
parent 891deebb92
commit 35a65b50e4

View file

@ -151,7 +151,9 @@ public class HarmonizeAbility extends SpellAbility {
@Override
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>";
}
}