forked from External/mage
some more text fixes
This commit is contained in:
parent
cae1b271c2
commit
5540461397
37 changed files with 50 additions and 45 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue