DeathtouchAbility - Added reminder text.

This commit is contained in:
LevelX2 2013-07-03 20:19:37 +02:00
parent cf10d391f6
commit 023ae007a5

View file

@ -56,7 +56,7 @@ public class DeathtouchAbility extends StaticAbility<DeathtouchAbility> implemen
@Override
public String getRule() {
return "Deathtouch";
return "Deathtouch <i>(Any amount of damage this deals to a creature is enough to destroy it.)</i>";
}
@Override