mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
[minor] fixes to handling of auras going to battlefield from library or graveyard.
This commit is contained in:
parent
908b9194c3
commit
40d1ea8da1
4 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue