mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Neightveil Spector - Fixed a bug that casting with the Spector exiled Enchantment Auras were not handled correctly.
This commit is contained in:
parent
126d628d63
commit
f77e709f6b
3 changed files with 11 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ public class EtherealArmor extends CardImpl<EtherealArmor> {
|
|||
this.color.setWhite(true);
|
||||
|
||||
// Enchant creature
|
||||
TargetPermanent auraTarget = new TargetCreaturePermanent();
|
||||
TargetPermanent auraTarget = new TargetCreaturePermanent(true);
|
||||
this.getSpellAbility().addTarget(auraTarget);
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.BoostCreature));
|
||||
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue