Added Infernal Tudor, Hanna Ships Navigator, Hazezon Tamar.

This commit is contained in:
LevelX2 2014-04-06 17:26:54 +02:00
parent 93b968d92a
commit 126d628d63
9 changed files with 389 additions and 14 deletions

View file

@ -95,7 +95,7 @@ public class SearchLibraryPutInHandEffect extends SearchEffect<SearchLibraryPutI
for (UUID cardId: target.getTargets()) {
Card card = player.getLibrary().remove(cardId, game);
if (card != null){
card.moveToZone(Zone.HAND, source.getId(), game, false);
card.moveToZone(Zone.HAND, source.getSourceId(), game, false);
if (revealCards) {
cards.add(card);
}