forked from External/mage
* Leonin Snarecaster - Made target mandatory.
This commit is contained in:
parent
c9b88ac713
commit
bf1080db7b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class LeoninSnarecaster extends CardImpl<LeoninSnarecaster> {
|
|||
|
||||
// When Leonin Snarecaster enters the battlefield, you may tap target creature.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new TapTargetEffect(), true);
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
ability.addTarget(new TargetCreaturePermanent(true));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue