forked from External/mage
refactor: improved target usage, replaced setNotTarget by withNotTarget
This commit is contained in:
parent
dbaa51f462
commit
4b3a19b4d5
385 changed files with 434 additions and 429 deletions
|
|
@ -171,7 +171,7 @@ public abstract class GameCommanderImpl extends GameImpl {
|
|||
// Paris mulligan - no longer used by default for commander
|
||||
// Player player = getPlayer(playerId);
|
||||
// TargetCardInHand target = new TargetCardInHand(1, player.getHand().size(), new FilterCard("card to mulligan"));
|
||||
// target.setNotTarget(true);
|
||||
// target.withNotTarget(true);
|
||||
// target.setRequired(false);
|
||||
// if (player.choose(Outcome.Exile, player.getHand(), target, this)) {
|
||||
// int numCards = target.getTargets().size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue