forked from External/mage
- Fixed #9481
This commit is contained in:
parent
9fa87f926a
commit
4aee1b714c
3 changed files with 8 additions and 5 deletions
|
|
@ -4,9 +4,9 @@ package mage.constants;
|
|||
* Dependency types are a part of a workaround solution to handle dependencies
|
||||
* of continuous effects.
|
||||
* <p>
|
||||
* All continuous effects can:
|
||||
* addDependencyType -- make dependency (effect makes some changes)
|
||||
* addDependedToType -- wait another dependency (effect must wait until all ather effects finished)
|
||||
* All continuous effects can: addDependencyType -- make dependency (effect
|
||||
* makes some changes) addDependedToType -- wait another dependency (effect must
|
||||
* wait until all other effects finished)
|
||||
* <p>
|
||||
* http://magiccards.info/rule/613-interaction-of-continuous-effects.html
|
||||
* https://github.com/magefree/mage/issues/1259
|
||||
|
|
@ -18,6 +18,7 @@ public enum DependencyType {
|
|||
ArtifactAddingRemoving,
|
||||
AddingAbility,
|
||||
AddingCreatureType,
|
||||
BecomeNonbasicLand,
|
||||
BecomeForest,
|
||||
BecomeIsland,
|
||||
BecomeMountain,
|
||||
|
|
@ -26,4 +27,4 @@ public enum DependencyType {
|
|||
BecomeCreature,
|
||||
EnchantmentAddingRemoving,
|
||||
LooseDefenderEffect
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue