This commit is contained in:
drmDev 2016-07-10 03:27:33 -04:00
parent e317719e16
commit 55aae9910e

View file

@ -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);
} }