[ZNR] fixed an error with Agadeem's Awakening

This commit is contained in:
Evan Kranzler 2020-09-08 16:03:41 -04:00
parent 900b87d1e4
commit 154dddbec0

View file

@ -33,6 +33,7 @@ public final class AgadeemsAwakening extends CardImpl {
"return from your graveyard to the battlefield any number of target creature cards " +
"that each have a different converted mana cost X or less"
));
this.getSpellAbility().setTargetAdjuster(AgadeemsAwakeningAdjuster.instance);
}
private AgadeemsAwakening(final AgadeemsAwakening card) {