forked from External/mage
[TSP] various text fixes
This commit is contained in:
parent
46f98a0f88
commit
24478afbe1
29 changed files with 121 additions and 112 deletions
|
|
@ -169,7 +169,7 @@ public class AddManaInAnyCombinationEffect extends ManaEffect {
|
|||
sb.append('{').append(coloredManaSymbol.toString()).append('}');
|
||||
}
|
||||
}
|
||||
if (amountString.equals("X")) {
|
||||
if (amountString.equals("X") && !amount.getMessage().isEmpty()) {
|
||||
sb.append(", where X is ");
|
||||
sb.append(amount.getMessage());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue