This commit is contained in:
Oleg Agafonov 2020-01-18 11:24:12 +04:00
parent 2429095f4d
commit 8c0a023831

View file

@ -84,11 +84,11 @@ public class SearchLibraryPutInPlayEffect extends SearchEffect {
} else {
sb.append("up to ").append(CardUtil.numberToText(target.getMaxNumberOfTargets())).append(' ');
}
sb.append(target.getTargetName()).append(", put them onto the battlefield");
sb.append(target.getTargetName()).append(" and put them onto the battlefield");
} else {
sb.append(target.getTargetName().startsWith("a ") || target.getTargetName().startsWith("an ") ? "" : "a ")
.append(target.getTargetName())
.append(", put it onto the battlefield");
.append(" and put it onto the battlefield");
}
if (tapped) {
sb.append(" tapped");