forked from External/mage
[CLB] Implement Nalfeshnee (#9928)
This commit is contained in:
parent
16efa135d8
commit
19c06e560a
3 changed files with 121 additions and 0 deletions
|
|
@ -660,6 +660,11 @@ public class Spell extends StackObjectImpl implements Card {
|
|||
throw new UnsupportedOperationException("Not supported.");
|
||||
}
|
||||
|
||||
// To add abilities to permanent spell copies in a StackObjectCopyApplier which will persist into the resulting token.
|
||||
public void addAbilityForCopy(Ability ability) {
|
||||
card.addAbility(ability);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SpellAbility getSpellAbility() {
|
||||
return ability;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue