Merge origin/master

This commit is contained in:
LevelX2 2015-07-08 00:06:15 +02:00
commit a2bb5e92c7

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;