forked from External/mage
* Manor Gargoyle - Fixed that the lose of defender ability did not stop it having indestructibility.
This commit is contained in:
parent
f9d88cfb24
commit
436c82d25a
5 changed files with 117 additions and 28 deletions
|
|
@ -76,6 +76,10 @@ public interface ContinuousEffect extends Effect {
|
|||
|
||||
Set<DependencyType> getDependencyTypes();
|
||||
|
||||
void addDependencyType(DependencyType dependencyType);
|
||||
|
||||
void setDependedToType(DependencyType dependencyType);
|
||||
|
||||
@Override
|
||||
void newId();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue