mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +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("search your library for ");
|
||||||
sb.append(target.getDescription());
|
sb.append(target.getDescription());
|
||||||
sb.append(", put");
|
sb.append(", put ");
|
||||||
if (target.getMaxNumberOfTargets() > 1) {
|
if (target.getMaxNumberOfTargets() > 1) {
|
||||||
sb.append(textThatCard ? "those cards" : "them");
|
sb.append(textThatCard ? "those cards" : "them");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue