mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
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
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return "Lifelink";
|
return "Lifelink <i>(Damage dealt by this creature also causes you to gain that much life.)</i>";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue