Nettling Imp, TargetController and ControllerPredicate updated to include active choice

This commit is contained in:
MTGfan 2016-12-12 03:03:39 -05:00
parent 79c80fe24b
commit a199d6eaea
9 changed files with 214 additions and 1 deletions

View file

@ -6,5 +6,5 @@ package mage.constants;
*/
public enum TargetController {
ANY, YOU, NOT_YOU, OPPONENT, OWNER, CONTROLLER_ATTACHED_TO, NEXT
ACTIVE, ANY, YOU, NOT_YOU, OPPONENT, OWNER, CONTROLLER_ATTACHED_TO, NEXT
}