Remove unnecessary set of required status with setRequired method

This commit is contained in:
Quercitron 2014-06-13 16:35:31 +04:00
parent 0a0983d7e9
commit f9fc2246e8
370 changed files with 0 additions and 415 deletions

View file

@ -102,7 +102,6 @@ public class RevealLibraryPutIntoHandEffect extends OneShotEffect {
Card card;
if (anyOrder) {
TargetCard target = new TargetCard(Zone.PICK, new FilterCard("card to put on the bottom of your library"));
target.setRequired(true);
player.choose(Outcome.Neutral, cards, target, game);
card = cards.get(target.getFirstTarget(), game);
} else {