more card text cleanup

This commit is contained in:
Neil Gentleman 2016-07-15 22:08:08 -07:00
parent 7f2b3b71c2
commit 296e0a9a49
29 changed files with 34 additions and 39 deletions

View file

@ -70,10 +70,7 @@ public class TapAllEffect extends OneShotEffect {
}
private void setText() {
StringBuilder sb = new StringBuilder();
sb.append("Tap all ");
sb.append(filter.getMessage());
staticText = sb.toString();
staticText = "tap all " + filter.getMessage();
}
}