fixed Entrancing Melody being an instant instead of a sorcery

This commit is contained in:
Evan Kranzler 2017-09-17 22:32:55 -04:00
parent 4af72a855f
commit 943004ea37

View file

@ -48,7 +48,7 @@ import mage.target.common.TargetCreaturePermanent;
public class EntrancingMelody extends CardImpl {
public EntrancingMelody(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{X}{U}{U}");
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{X}{U}{U}");
// Gain control of target creature with converted mana cost X.
this.getSpellAbility().addEffect(new GainControlTargetEffect(Duration.Custom, true));