Add missing addAbility

This commit is contained in:
Alex W. Jackson 2022-08-30 02:08:19 -04:00
parent 62b46fef37
commit a6f1d274bf

View file

@ -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) {