mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
Revert
This commit is contained in:
parent
2429095f4d
commit
8c0a023831
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue