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:
Neil Gentleman 2015-11-28 14:06:43 -08:00
parent ec971140ec
commit 7f2b3b71c2
21 changed files with 35 additions and 31 deletions

View file

@ -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 ");