mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Set nottarget to true
This commit is contained in:
parent
2197fe2bcd
commit
0b251e4dbd
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class WarrenWeirdingEffect extends OneShotEffect {
|
|||
FilterControlledPermanent filter = new FilterControlledPermanent("creature");
|
||||
filter.add(new CardTypePredicate(CardType.CREATURE));
|
||||
filter.add(new ControllerIdPredicate(player.getId()));
|
||||
TargetControlledPermanent target = new TargetControlledPermanent(1, 1, filter, false);
|
||||
TargetControlledPermanent target = new TargetControlledPermanent(1, 1, filter, true);
|
||||
|
||||
//A spell or ability could have removed the only legal target this player
|
||||
//had, if thats the case this ability should fizzle.
|
||||
|
|
Loading…
Reference in a new issue