mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Added some font color to object and player names output to game logging and feedback area.
This commit is contained in:
parent
c3ea08b59c
commit
9c97953b6b
384 changed files with 745 additions and 636 deletions
|
|
@ -114,7 +114,7 @@ class DescendantsPathEffect extends OneShotEffect {
|
|||
if (player.chooseUse(Outcome.Benefit, "Cast the card?", game)) {
|
||||
player.cast(card.getSpellAbility(), game, true);
|
||||
} else {
|
||||
game.informPlayers("DescendantsPath: " + player.getName() + " canceled casting the card.");
|
||||
game.informPlayers("DescendantsPath: " + player.getLogName() + " canceled casting the card.");
|
||||
player.getLibrary().putOnBottom(card, game);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue