forked from External/mage
updated phrasing on player choice messages
This commit is contained in:
parent
d54e1c6eac
commit
043aae6dff
19 changed files with 44 additions and 94 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue