diff --git a/Mage.Sets/src/mage/cards/f/FoundingTheThirdPath.java b/Mage.Sets/src/mage/cards/f/FoundingTheThirdPath.java index 132da7bcda..3c93402cb4 100644 --- a/Mage.Sets/src/mage/cards/f/FoundingTheThirdPath.java +++ b/Mage.Sets/src/mage/cards/f/FoundingTheThirdPath.java @@ -57,6 +57,7 @@ public final class FoundingTheThirdPath extends CardImpl { new FoundingTheThirdPathEffect(), new TargetCardInYourGraveyard(StaticFilters.FILTER_CARD_INSTANT_OR_SORCERY_FROM_YOUR_GRAVEYARD) ); + this.addAbility(sagaAbility); } private FoundingTheThirdPath(final FoundingTheThirdPath card) {