fixed Eutropia the Twice-Favored (missing target)

This commit is contained in:
Oleg Agafonov 2020-01-07 06:10:05 +04:00
parent 99e646b705
commit 1b4145e5b8

View file

@ -13,6 +13,7 @@ import mage.constants.Duration;
import mage.constants.SubType;
import mage.constants.SuperType;
import mage.counters.CounterType;
import mage.target.common.TargetCreaturePermanent;
import java.util.UUID;
@ -38,6 +39,7 @@ public final class EutropiaTheTwiceFavored extends CardImpl {
FlyingAbility.getInstance(), Duration.EndOfTurn,
"That creature gains flying until end of turn"
));
ability.addTarget(new TargetCreaturePermanent());
this.addAbility(ability);
}