mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -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.
|
||||
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));
|
||||
this.addAbility(ability);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue