Skip to content

Commit

Permalink
fixed Unbreakable Bond text
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Apr 21, 2020
1 parent ac8028b commit c6ca107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/u/UnbreakableBond.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c6ca107

Please sign in to comment.