mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixes #2054
This commit is contained in:
parent
e317719e16
commit
55aae9910e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class NoyanDarRoilShaper extends CardImpl {
|
||||||
|
|
||||||
// Whenever you cast an instant or sorcery spell, you may put three +1/+1 counters on target land you control.
|
// Whenever you cast an instant or sorcery spell, you may put three +1/+1 counters on target land you control.
|
||||||
// If you do, that land becomes a 0/0 Elemental creature with haste that's still a land.
|
// If you do, that land becomes a 0/0 Elemental creature with haste that's still a land.
|
||||||
Ability ability = new SpellCastControllerTriggeredAbility(new NoyanDarEffect(), filter, false);
|
Ability ability = new SpellCastControllerTriggeredAbility(new NoyanDarEffect(), filter, true);
|
||||||
ability.addTarget(new TargetControlledPermanent(new FilterControlledLandPermanent()));
|
ability.addTarget(new TargetControlledPermanent(new FilterControlledLandPermanent()));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue