some user dialog changes

This commit is contained in:
Evan Kranzler 2021-05-20 20:36:37 -04:00
parent d7960837a6
commit a60aba3458
23 changed files with 47 additions and 125 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?"), source, game)) {
if (player.chooseUse(Outcome.Benefit, (player == targetPlayer ? "Shuffle your library?" : "Have the chosen player shuffle?"), source, game)) {
targetPlayer.shuffleLibrary(source, game);
}
}