forked from External/mage
more "this spell" errata
This commit is contained in:
parent
0b03744573
commit
2dcc50d592
8 changed files with 9 additions and 9 deletions
|
|
@ -47,7 +47,7 @@ public class PayVariableLifeCost extends VariableCostImpl {
|
|||
|
||||
public PayVariableLifeCost(boolean additionalCostText) {
|
||||
super("life to pay");
|
||||
this.text = new StringBuilder(additionalCostText ? "As an additional cost to cast {source}, pay ":"Pay ")
|
||||
this.text = new StringBuilder(additionalCostText ? "as an additional cost to cast this spell, pay ":"Pay ")
|
||||
.append(xText).append(' ').append("life").toString();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue