forked from External/mage
all text and no fix makes elk a dull boy
This commit is contained in:
parent
af59cea62c
commit
0297a00156
35 changed files with 106 additions and 92 deletions
|
|
@ -152,9 +152,9 @@ public class DamageTargetEffect extends OneShotEffect {
|
|||
String message = amount.getMessage();
|
||||
sb.append(this.sourceName).append(" deals ");
|
||||
if (message.isEmpty() || !message.equals("1")) {
|
||||
sb.append(amount);
|
||||
sb.append(amount).append(' ');
|
||||
}
|
||||
sb.append(" damage to ");
|
||||
sb.append("damage to ");
|
||||
if (!targetDescription.isEmpty()) {
|
||||
sb.append(targetDescription);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue