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
|
|
@ -553,7 +553,6 @@ public class ContinuousEffects implements Serializable {
|
|||
}
|
||||
filter.add(Predicates.or(idPredicates));
|
||||
TargetCardInHand target = new TargetCardInHand(filter);
|
||||
target.setRequired(true);
|
||||
controller.chooseTarget(Outcome.Benefit, target, abilityToModify, game);
|
||||
UUID cardId = target.getFirstTarget();
|
||||
if (cardId != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue