forked from External/mage
[FIC] more text fixes
This commit is contained in:
parent
6618f1d163
commit
a27302654c
15 changed files with 88 additions and 83 deletions
|
|
@ -979,7 +979,11 @@ public final class CardUtil {
|
|||
sb.append(counter.getDescription());
|
||||
}
|
||||
if (!targetPlayerGets) {
|
||||
sb.append(add ? " on " : " from ").append(description);
|
||||
sb.append(add ? " on " : " from ");
|
||||
if (description.contains("up to")) {
|
||||
sb.append("each of ");
|
||||
}
|
||||
sb.append(description);
|
||||
}
|
||||
if (!amount.getMessage().isEmpty()) {
|
||||
sb.append(xValue ? ", where X is " : " for each ").append(amount.getMessage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue