forked from External/mage
more card text cleanup
Angel of Salvation, Blinding Flare, Allied Strategies, Footbottom Feast, Delve, Reinforce, Clockwork *, Choking Sands, Cloud Key, Covetous Dragon
This commit is contained in:
parent
ec971140ec
commit
7f2b3b71c2
21 changed files with 35 additions and 31 deletions
|
|
@ -86,7 +86,7 @@ public class LoseLifeControllerAttachedEffect extends OneShotEffect {
|
|||
|
||||
private void setText() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("it's controller loses ").append(amount.toString()).append(" life");
|
||||
sb.append("its controller loses ").append(amount.toString()).append(" life");
|
||||
String message = amount.getMessage();
|
||||
if (message.length() > 0) {
|
||||
sb.append(" for each ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue