Merge branch 'master' of https://github.com/magefree/mage into copy_constructor_watchers

This commit is contained in:
Ingmar Goudt 2019-12-29 21:05:37 +01:00
commit 998c3be2a5
4 changed files with 266 additions and 1 deletions

View file

@ -86,7 +86,7 @@ public class SearchLibraryPutInPlayEffect extends SearchEffect {
}
sb.append(target.getTargetName()).append(" and put them onto the battlefield");
} else {
sb.append(target.getTargetName().startsWith("a ") || target.getTargetName().startsWith("an ") ? "" : sb.append("a "))
sb.append(target.getTargetName().startsWith("a ") || target.getTargetName().startsWith("an ") ? "" : "a ")
.append(target.getTargetName())
.append(" and put it onto the battlefield");
}