fix some his or her to their

This commit is contained in:
igoudt 2018-07-09 21:24:43 +02:00
parent c456a1961e
commit 6dce0c26f3
6 changed files with 7 additions and 7 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 his or her library?"), source, game)) {
if (player.chooseUse(Outcome.Benefit, (player == targetPlayer ? "Shuffle your library?" : "Do you want the chosen player to shuffle their library?"), source, game)) {
targetPlayer.shuffleLibrary(source, game);
}
}