forked from External/mage
* Gain abilities - fixed wrong order effects with changeling ability (all creature type effect, #6147);
This commit is contained in:
parent
1b4145e5b8
commit
b6d76a7c02
16 changed files with 220 additions and 32 deletions
|
|
@ -59,6 +59,8 @@ public interface ContinuousEffect extends Effect {
|
|||
|
||||
void setDependedToType(DependencyType dependencyType);
|
||||
|
||||
EnumSet<DependencyType> getDependedToTypes();
|
||||
|
||||
void addDependedToType(DependencyType dependencyType);
|
||||
|
||||
void setStartingControllerAndTurnNum(Game game, UUID startingController, UUID activePlayerId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue