forked from External/mage
* Phantasmal Image - Fixed that under some circumstances copied Dies-Triggered abilities did not work (e.g. copying a Wurmcoil Engine and dying in combat).
This commit is contained in:
parent
8acfbf0ab3
commit
3032fff50e
6 changed files with 38 additions and 9 deletions
|
|
@ -61,4 +61,7 @@ public interface ContinuousEffect extends Effect {
|
|||
void newId();
|
||||
@Override
|
||||
ContinuousEffect copy();
|
||||
|
||||
boolean isTemporary();
|
||||
void setTemporary(boolean temporary);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue