forked from External/mage
Added reminder text to lifelink.
This commit is contained in:
parent
585b5dcca1
commit
38eff01669
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public class LifelinkAbility extends StaticAbility<LifelinkAbility> implements M
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Lifelink";
|
||||
return "Lifelink <i>(Damage dealt by this creature also causes you to gain that much life.)</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue