forked from External/mage
Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…"
This commit is contained in:
parent
18e771ccd5
commit
d7dd635bca
51 changed files with 96 additions and 294 deletions
|
|
@ -87,7 +87,7 @@ public class LoseLifeOpponentsEffect extends OneShotEffect {
|
|||
sb.append(amount).append(" ");
|
||||
}
|
||||
sb.append("life");
|
||||
if (!message.isEmpty()) {
|
||||
if (message.length() > 0) {
|
||||
sb.append(message.equals("1") || message.startsWith("the ") ? " equal to the number of " : " for each ");
|
||||
sb.append(message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue