forked from External/mage
Remove unnecessary set of required status with setRequired method
This commit is contained in:
parent
0a0983d7e9
commit
f9fc2246e8
370 changed files with 0 additions and 415 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue