followup fix

This commit is contained in:
xenohedron 2024-06-19 23:54:35 -04:00
parent 5a8c55338e
commit 76483b0a93

View file

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