forked from External/mage
[NEO] fixed The Dragon-Kami Reborn not handling cards correctly
This commit is contained in:
parent
30b00bc7d0
commit
91e987dd69
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class TheDragonKamiRebornEffect extends OneShotEffect {
|
|||
card.addCounters(CounterType.HATCHLING.createInstance(), source, game);
|
||||
}
|
||||
cards.retainZone(Zone.LIBRARY, game);
|
||||
player.putCardsOnBottomOfLibrary(card, game, source, true);
|
||||
player.putCardsOnBottomOfLibrary(cards, game, source, true);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue