forked from External/mage
more card text cleanup
This commit is contained in:
parent
7f2b3b71c2
commit
296e0a9a49
29 changed files with 34 additions and 39 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue