many find/replace "shuffle" fixes

This commit is contained in:
Evan Kranzler 2021-04-18 17:29:28 -04:00
parent 5540461397
commit c2ae2f89f0
215 changed files with 225 additions and 225 deletions

View file

@ -82,7 +82,7 @@ public class LookLibraryTopCardTargetPlayerEffect extends OneShotEffect {
}
}
if (mayShuffleAfter) {
if (player.chooseUse(Outcome.Benefit, (player == targetPlayer ? "Shuffle your library?" : "Do you want the chosen player to shuffle their library?"), source, game)) {
if (player.chooseUse(Outcome.Benefit, (player == targetPlayer ? "Shuffle your library?" : "Do you want the chosen player to shuffle?"), source, game)) {
targetPlayer.shuffleLibrary(source, game);
}
}