Merge pull request #1099 from aastrand/master

* Talent of the Telepath - Bugfix
This commit is contained in:
LevelX2 2015-07-07 23:31:27 +02:00
commit d273e5212f

View file

@ -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;