forked from External/mage
[VOW] Implemented Undead Butler
This commit is contained in:
parent
5dbc8f11f3
commit
1656324329
5 changed files with 71 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue