forked from External/mage
Added to BeginningOfUpkeepTriggeredAbility for targetController a mode that defines the controller of the object the source is attached to.
This commit is contained in:
parent
8a46aa720b
commit
d653de950f
2 changed files with 17 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ public final class Constants {
|
|||
}
|
||||
|
||||
public enum TargetController {
|
||||
ANY, YOU, NOT_YOU, OPPONENT
|
||||
ANY, YOU, NOT_YOU, OPPONENT, CONTROLLER_ATTACHED_TO
|
||||
}
|
||||
|
||||
public enum RangeOfInfluence {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue