forked from External/mage
updated language for various user choices
This commit is contained in:
parent
e2e7df6af2
commit
a6255402e3
43 changed files with 66 additions and 99 deletions
|
|
@ -74,7 +74,7 @@ public class LookLibraryTopCardTargetPlayerEffect extends OneShotEffect {
|
|||
player.lookAtCards(sourceObject.getIdName(), cards, game);
|
||||
if (putToGraveyard) {
|
||||
for (Card card : cards.getCards(game)) {
|
||||
if (player.chooseUse(outcome, "Do you wish to put card into the player's graveyard?", source, game)) {
|
||||
if (player.chooseUse(outcome, "Put that card into its owner's graveyard?", source, game)) {
|
||||
player.moveCardToGraveyardWithInfo(card, source, game, Zone.LIBRARY);
|
||||
} else {
|
||||
game.informPlayers(player.getLogName() + " puts the card back on top of the library.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue