mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
fixed Entrancing Melody being an instant instead of a sorcery
This commit is contained in:
parent
4af72a855f
commit
943004ea37
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue