* Ludevic, Necro-Alchemist - Fixed tooltip text.

This commit is contained in:
LevelX2 2018-09-23 18:03:48 +02:00
parent 3eea43e475
commit 6e9810696f
3 changed files with 10 additions and 8 deletions

View file

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