[SLD] Implement Xenk, Paladin Unbroken

This commit is contained in:
theelk801 2023-04-08 19:40:07 -04:00
parent 715eb395cb
commit 82cbe87b95
2 changed files with 52 additions and 1 deletions

View file

@ -24,6 +24,6 @@ public class ExaltedAbility extends AttacksAloneControlledTriggeredAbility {
@Override
public String getRule() {
return "Exalted <i>(Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)</i>";
return "exalted <i>(Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)</i>";
}
}