mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
Fixed Descendants Path (bug in library's put from top to bottom)
This commit is contained in:
parent
ccb235a3e0
commit
9cb4ee1977
2 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class DescendantsPathEffect extends OneShotEffect<DescendantsPathEffect> {
|
|||
player.getLibrary().putOnBottom(card, game);
|
||||
}
|
||||
} else {
|
||||
game.informPlayers("DescendantsPath: put " + card.getName() + " on the bottom.");
|
||||
player.getLibrary().putOnBottom(card, game);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue