updated phrasing on player choice messages

This commit is contained in:
Evan Kranzler 2021-03-23 09:30:46 -04:00
parent d54e1c6eac
commit 043aae6dff
19 changed files with 44 additions and 94 deletions

View file

@ -4297,7 +4297,7 @@ public abstract class PlayerImpl implements Player, Serializable {
if (userData.askMoveToGraveOrder()) {
if (cards.size() > 1) {
chooseOrder = choosingPlayer.chooseUse(Outcome.Neutral,
"Would you like to choose the order the cards go to graveyard?", source, game);
"Choose the order in which the cards go to the graveyard?", source, game);
}
}
if (chooseOrder) {