mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Aid from the Cowl - Added a message to the log if the player puts the card back to the top of the library.
This commit is contained in:
parent
0014c7dcc5
commit
326764c943
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ class AidFromTheCowlEffect extends OneShotEffect {
|
|||
controller.moveCards(card, Zone.BATTLEFIELD, source, game);
|
||||
} else if (controller.chooseUse(Outcome.Neutral, "Put " + card.getIdName() + " on the bottom of your library?", source, game)) {
|
||||
controller.putCardsOnBottomOfLibrary(cards, game, source, false);
|
||||
} else {
|
||||
game.informPlayers(controller.getLogName() + " puts the revealed card back to the top of the library.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue