forked from External/mage
[SNC] various text fixes
This commit is contained in:
parent
62655793da
commit
cf885a3312
42 changed files with 91 additions and 65 deletions
|
|
@ -57,7 +57,8 @@ public class UntapTargetCost extends CostImpl {
|
|||
StringBuilder sb = new StringBuilder("untap ");
|
||||
if (target.getMaxNumberOfTargets() > 1) {
|
||||
sb.append(CardUtil.numberToText(target.getMaxNumberOfTargets()));
|
||||
sb.append(target.getTargetName().replace("you control", "s you control"));
|
||||
sb.append(' ');
|
||||
sb.append(target.getTargetName().replace(" you control", "s you control"));
|
||||
} else {
|
||||
sb.append(CardUtil.addArticle(target.getTargetName()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue