mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Fix Karn, Living Legacy. Closes #9794
This commit is contained in:
parent
5759c42811
commit
61b97139ab
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ class KarnLivingLegacyEffect extends OneShotEffect {
|
|||
player.moveCards(card, Zone.HAND, source, game);
|
||||
}
|
||||
cards.retainZone(Zone.LIBRARY, game);
|
||||
player.putCardsOnBottomOfLibrary(card, game, source, false);
|
||||
cards.remove(card);
|
||||
player.putCardsOnBottomOfLibrary(cards, game, source, false);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue