mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
followup fix
This commit is contained in:
parent
5a8c55338e
commit
76483b0a93
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public final class HavengulMystery extends CardImpl {
|
||||||
|
|
||||||
// When this land transforms into Havengul Mystery, return target creature card from your graveyard to the battlefield.
|
// When this land transforms into Havengul Mystery, return target creature card from your graveyard to the battlefield.
|
||||||
Ability ability = new TransformIntoSourceTriggeredAbility(new HavengulMysteryEffect())
|
Ability ability = new TransformIntoSourceTriggeredAbility(new HavengulMysteryEffect())
|
||||||
.setTriggerPhrase("When this land transforms into {this}");
|
.setTriggerPhrase("When this land transforms into {this}, ");
|
||||||
ability.addTarget(new TargetCardInYourGraveyard(StaticFilters.FILTER_CARD_CREATURE_YOUR_GRAVEYARD));
|
ability.addTarget(new TargetCardInYourGraveyard(StaticFilters.FILTER_CARD_CREATURE_YOUR_GRAVEYARD));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue