forked from External/mage
Change EnchantAbility parameter from String to Target (#9588)
This commit is contained in:
parent
57efc02710
commit
c9a7aedfb2
1082 changed files with 1152 additions and 1152 deletions
|
|
@ -38,7 +38,7 @@ public final class OverwhelmingSplendor extends CardImpl {
|
|||
TargetPlayer auraTarget = new TargetPlayer();
|
||||
this.getSpellAbility().addTarget(auraTarget);
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.LoseAbility));
|
||||
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
||||
Ability ability = new EnchantAbility(auraTarget);
|
||||
this.addAbility(ability);
|
||||
|
||||
// Creatures enchanted player controls lose all abilities and have base power and toughness 1/1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue