some more text fixes

This commit is contained in:
Evan Kranzler 2021-04-18 16:03:44 -04:00
parent cae1b271c2
commit 5540461397
37 changed files with 50 additions and 45 deletions

View file

@ -60,7 +60,7 @@ public class RecruiterEffect extends OneShotEffect {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}
return "search your library for any number of " + filter.getMessage()
+ " and reveal those cards. Shuffle your library, then put them on top of it in any order.";
return "search your library for any number of "
+ filter.getMessage() + ", reveal them, then shuffle and put those cards on top in any order";
}
}