forked from External/mage
Fixed issue 212, created a getter for the copiedSpell member to use in the copied spells resolution of the rebound effect.
This commit is contained in:
parent
1e91dbe7e3
commit
e0fb91f380
3 changed files with 27 additions and 96 deletions
|
|
@ -436,5 +436,9 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
public void setCopiedSpell(boolean isCopied) {
|
||||
this.copiedSpell = isCopied;
|
||||
}
|
||||
|
||||
public boolean isCopiedSpell ( ) {
|
||||
return this.copiedSpell;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue