* Pattern of Rebirth - Fixed that the player that may search was not always the controller of the enchanted creature.

This commit is contained in:
LevelX2 2015-10-20 23:48:51 +02:00
parent 32429b4a4c
commit 1b71f50506
3 changed files with 25 additions and 6 deletions

View file

@ -25,7 +25,6 @@
* authors and should not be interpreted as representing official policies, either expressed
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.constants;
/**
@ -33,5 +32,6 @@ package mage.constants;
* @author LevelX2
*/
public enum SetTargetPointer {
NONE, PLAYER, SPELL, CARD, PERMANENT;
NONE, PLAYER, SPELL, CARD, PERMANENT, ATTACHED_TO_CONTROLLER;
}