[MKC] Implement Tesak, Judith's Hellhound (#11831)

This commit is contained in:
PurpleCrowbar 2024-02-23 03:18:27 +00:00 committed by GitHub
parent 00deb7ac8a
commit 504889b7b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 82 additions and 1 deletions

View file

@ -39,7 +39,7 @@ public class UnleashAbility extends SimpleStaticAbility {
@Override
public String getRule() {
return "Unleash <i>(You may have this creature enter the battlefield with a +1/+1 counter on it. It can't block as long as it has a +1/+1 counter on it.)</i>";
return "unleash <i>(You may have this creature enter the battlefield with a +1/+1 counter on it. It can't block as long as it has a +1/+1 counter on it.)</i>";
}
}