modifed revealed cards

This commit is contained in:
BetaSteward 2011-01-24 22:51:45 -05:00
parent 55feb4a320
commit 360bbc86b5
20 changed files with 237 additions and 25 deletions

View file

@ -74,7 +74,7 @@ public class SearchLibraryRevealPutInHandEffect extends SearchEffect<SearchLibra
}
}
player.shuffleLibrary(game);
player.revealCards(revealed, game);
player.revealCards("Search", revealed, game);
}
return true;
}