mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
* Stone-Seeder Hierophant - Fixed that the triggered ability did also trigger for not controlled lands.
This commit is contained in:
parent
cbe49333bb
commit
ea564803a2
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ public class StoneSeederHierophant extends CardImpl {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// Whenever a land enters the battlefield under your control, untap Stone-Seeder Hierophant.
|
||||
this.addAbility(new EntersBattlefieldAllTriggeredAbility(Zone.BATTLEFIELD, new UntapSourceEffect(), new FilterLandPermanent("a land"), false));
|
||||
|
||||
this.addAbility(new EntersBattlefieldAllTriggeredAbility(Zone.BATTLEFIELD, new UntapSourceEffect(), new FilterLandPermanent("a land"), false, null, true));
|
||||
|
||||
// {tap}: Untap target land.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new UntapTargetEffect(), new TapSourceCost());
|
||||
Target target = new TargetLandPermanent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue