forked from External/mage
fixed Winds of Abandon not exiling creatures
This commit is contained in:
parent
7bd016d4cb
commit
4268538290
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class WindsOfAbandonEffect extends OneShotEffect {
|
|||
if (player.searchLibrary(target, source, game)) {
|
||||
Card card = player.getLibrary().getCard(target.getFirstTarget(), game);
|
||||
if (card != null) {
|
||||
player.moveCards(card, Zone.BATTLEFIELD, source, game, true, false, false, null);
|
||||
player.moveCards(card, Zone.EXILED, source, game, true, false, false, null);
|
||||
}
|
||||
}
|
||||
player.shuffleLibrary(source, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue