mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Add missing addAbility
This commit is contained in:
parent
62b46fef37
commit
a6f1d274bf
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue