forked from External/mage
* Reworked some card movement to player methods (#4866).
This commit is contained in:
parent
aad36dda19
commit
083c4bc5d4
27 changed files with 247 additions and 373 deletions
|
|
@ -967,7 +967,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
if (cards.isEmpty()) {
|
||||
return true;
|
||||
}
|
||||
game.informPlayers(getName() + " shuffels " + CardUtil.numberToText(cards.size(), "a")
|
||||
game.informPlayers(getLogName() + " shuffels " + CardUtil.numberToText(cards.size(), "a")
|
||||
+ " card" + (cards.size() == 1 ? "" : "s")
|
||||
+ " into their library.");
|
||||
boolean status = moveCards(cards, Zone.LIBRARY, source, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue