forked from External/mage
[J25] various text fixes
This commit is contained in:
parent
cfd51d7dce
commit
1ab9eeaad8
17 changed files with 101 additions and 134 deletions
|
|
@ -980,7 +980,7 @@ public final class CardUtil {
|
|||
}
|
||||
if (!targetPlayerGets) {
|
||||
sb.append(add ? " on " : " from ");
|
||||
if (description.contains("up to")) {
|
||||
if (description.contains("up to") && !description.contains("up to one")) {
|
||||
sb.append("each of ");
|
||||
}
|
||||
sb.append(description);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue