mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix missing space
This commit is contained in:
parent
bb8c59aafd
commit
9bdd2dd204
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class SearchLibraryPutInPlayEffect extends SearchEffect {
|
|||
}
|
||||
sb.append("search your library for ");
|
||||
sb.append(target.getDescription());
|
||||
sb.append(", put");
|
||||
sb.append(", put ");
|
||||
if (target.getMaxNumberOfTargets() > 1) {
|
||||
sb.append(textThatCard ? "those cards" : "them");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue