diff --git a/Mage.Sets/src/mage/cards/u/UnbreakableBond.java b/Mage.Sets/src/mage/cards/u/UnbreakableBond.java index 7c0802102ac9..83db5b065b2f 100644 --- a/Mage.Sets/src/mage/cards/u/UnbreakableBond.java +++ b/Mage.Sets/src/mage/cards/u/UnbreakableBond.java @@ -31,7 +31,7 @@ public UnbreakableBond(UUID ownerId, CardSetInfo setInfo) { 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) {