mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Unbreakable Bond text
This commit is contained in:
parent
ac8028bdf2
commit
c6ca107a87
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue