[minor] fixes to handling of auras going to battlefield from library or graveyard.

This commit is contained in:
LevelX2 2013-05-27 12:55:11 +02:00
parent 908b9194c3
commit 40d1ea8da1
4 changed files with 10 additions and 0 deletions

View file

@ -46,6 +46,11 @@ import mage.target.Target;
import java.util.UUID;
/**
* Cards with the Aura subtype don't change the zone they are in, if there is no
* valid target on the battlefield. Also, when entering the Battlefield and it
* was not cast, this effect gets the target to witch to attach it.
*
* This effect is automatically added to ContinuousEffects at the start of a game
*
* @author North
*/