[VOW] Implemented Undead Butler

This commit is contained in:
Evan Kranzler 2021-11-08 20:30:30 -05:00
parent 5dbc8f11f3
commit 1656324329
5 changed files with 71 additions and 6 deletions

View file

@ -72,7 +72,7 @@ public class DoWhenCostPaid extends OneShotEffect {
if (!staticText.isEmpty()) {
return staticText;
}
return (optional ? "you may " : "") + getCostText() + ". When you do, " + ability.getText();
return (optional ? "you may " : "") + getCostText() + ". When you do, " + CardUtil.getTextWithFirstCharLowerCase(ability.getRule());
}
private String getCostText() {