mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixed Eutropia the Twice-Favored (missing target)
This commit is contained in:
parent
99e646b705
commit
1b4145e5b8
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue