mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
[MAT] fix Nissa, Resurgent Animist (fixes #10424)
This commit is contained in:
parent
f206ebe6c4
commit
35ecc51c04
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ import mage.cards.CardSetInfo;
|
|||
import mage.constants.*;
|
||||
import mage.filter.FilterCard;
|
||||
import mage.filter.predicate.Predicates;
|
||||
import mage.watchers.common.AbilityResolvedWatcher;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -43,7 +44,7 @@ public final class NissaResurgentAnimist extends CardImpl {
|
|||
Outcome.DrawCard, 2,
|
||||
new RevealCardsFromLibraryUntilEffect(filter, PutCards.HAND, PutCards.BOTTOM_RANDOM)
|
||||
).concatBy("Then"));
|
||||
this.addAbility(ability);
|
||||
this.addAbility(ability, new AbilityResolvedWatcher());
|
||||
}
|
||||
|
||||
private NissaResurgentAnimist(final NissaResurgentAnimist card) {
|
||||
|
|
Loading…
Reference in a new issue