mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Manifest - Fixed that the name of the manifested card was shown in the game log.
This commit is contained in:
parent
77f489ebda
commit
f6cb904288
1 changed files with 1 additions and 1 deletions
|
@ -2910,7 +2910,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
boolean result = false;
|
||||
if (card.putOntoBattlefield(game, fromZone, sourceId, this.getId(), tapped, facedown)) {
|
||||
game.informPlayers(new StringBuilder(this.getName())
|
||||
.append(" puts ").append(card.getLogName())
|
||||
.append(" puts ").append(facedown ? "a card face down ":card.getLogName())
|
||||
.append(" from ").append(fromZone.toString().toLowerCase(Locale.ENGLISH)).append(" ")
|
||||
.append("onto the Battlefield").toString());
|
||||
result = true;
|
||||
|
|
Loading…
Reference in a new issue