mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
remove reminder text from lifelink ability (closes #11812)
This commit is contained in:
parent
2b13ce8544
commit
baa8a18c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public class LifelinkAbility extends StaticAbility implements MageSingleton {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "lifelink <i>(Damage dealt by this creature also causes you to gain that much life.)</i>";
|
||||
return "lifelink";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue