fixed Unbreakable Bond text

This commit is contained in:
Evan Kranzler 2020-04-20 21:55:38 -04:00
parent ac8028bdf2
commit c6ca107a87

View file

@ -31,7 +31,7 @@ public final class UnbreakableBond extends CardImpl {
this.getSpellAbility().addEffect(new UnbreakableBondReplacementEffect());
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());
this.getSpellAbility().addEffect(new InfoEffect("with a lifelink counter on it"));
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(StaticFilters.FILTER_CARD_CREATURE));
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(StaticFilters.FILTER_CARD_CREATURE_YOUR_GRAVEYARD));
}
private UnbreakableBond(final UnbreakableBond card) {