remove reminder text from lifelink ability (closes #11812)

This commit is contained in:
xenohedron 2024-02-17 22:30:05 -05:00
parent 2b13ce8544
commit baa8a18c3e

View file

@ -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