mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
DeathtouchAbility - Added reminder text.
This commit is contained in:
parent
cf10d391f6
commit
023ae007a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue