forked from External/mage
Merge pull request #1099 from aastrand/master
* Talent of the Telepath - Bugfix
This commit is contained in:
commit
d273e5212f
1 changed files with 2 additions and 2 deletions
|
|
@ -136,9 +136,9 @@ class TalentOfTheTelepathEffect extends OneShotEffect {
|
|||
target.clearChosen();
|
||||
}
|
||||
}
|
||||
|
||||
targetOpponent.moveCards(allCards, Zone.LIBRARY, Zone.GRAVEYARD, source, game);
|
||||
}
|
||||
|
||||
targetOpponent.moveCards(allCards, Zone.LIBRARY, Zone.GRAVEYARD, source, game);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue