Fix missing space

This commit is contained in:
xenohedron 2023-05-14 01:11:53 -04:00
parent bb8c59aafd
commit 9bdd2dd204

View file

@ -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 {