forked from External/mage
* 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
|
|
@ -107,7 +107,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
this.spellCards.add(spellCard.copy());
|
||||
}
|
||||
if (spell.spellAbilities.get(0).equals(spell.ability)) {
|
||||
this.ability = spellAbilities.get(0);
|
||||
this.ability = this.spellAbilities.get(0);
|
||||
} else {
|
||||
this.ability = spell.ability.copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue