forked from External/mage
minor adjustment on Duskmourn's Domination
This commit is contained in:
parent
ac2188b567
commit
4382b86e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public final class DuskmournsDomination extends CardImpl {
|
|||
// Enchant creature
|
||||
TargetPermanent auraTarget = new TargetCreaturePermanent();
|
||||
this.getSpellAbility().addTarget(auraTarget);
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.BoostCreature));
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.GainControl));
|
||||
this.addAbility(new EnchantAbility(auraTarget));
|
||||
|
||||
// You control enchanted creature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue