mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Improve Dauthi Voidwalker log message clarity
This commit is contained in:
parent
476680f5d6
commit
0ea71a743a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class DauthiVoidwalkerPlayEffect extends OneShotEffect {
|
|||
game.addEffect(new PlayFromNotOwnHandZoneTargetEffect(
|
||||
Zone.EXILED, TargetController.YOU, Duration.EndOfTurn, true, false
|
||||
).setTargetPointer(new FixedTarget(card, game)), source);
|
||||
game.informPlayers(player.getLogName() + " chose " + card.getLogName());
|
||||
game.informPlayers(game.getObject(source).getLogName() + ": " + player.getLogName() + " has chosen " + card.getLogName());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue