diff --git a/projects/mtg/bin/Res/sets/ALA/_cards.dat b/projects/mtg/bin/Res/sets/ALA/_cards.dat index c1065eba1..26480a594 100644 --- a/projects/mtg/bin/Res/sets/ALA/_cards.dat +++ b/projects/mtg/bin/Res/sets/ALA/_cards.dat @@ -1116,8 +1116,8 @@ toughness=2 [card] text=Flying At the end of your turn, you gain 3 life if Sphinx Sovereign is untapped. Otherwise, each opponent loses 3 life. id=175107 -auto=@each my endofturn:aslongas(Sphinx Sovereign[-tapped]|myinplay) life:3 controller -auto=@each my endofturn:aslongas(Sphinx Sovereign[tapped]|myinplay) life:-3 opponent +auto=@each my endofturn:aslongas(this[-tapped]|myinplay) life:3 controller +auto=@each my endofturn:aslongas(this[tapped]|myinplay) life:-3 opponent name=Sphinx Sovereign rarity=M type=Artifact Creature diff --git a/projects/mtg/bin/Res/sets/ARB/_cards.dat b/projects/mtg/bin/Res/sets/ARB/_cards.dat index a64508ad4..f9afd9344 100644 --- a/projects/mtg/bin/Res/sets/ARB/_cards.dat +++ b/projects/mtg/bin/Res/sets/ARB/_cards.dat @@ -90,7 +90,7 @@ subtype=Demon Illusion power=4 toughness=3 text=Flying When you play a spell, sacrifice Illusory Demon. -auto=@movedTo(*|mystack):bury +auto=@movedTo(*[-land]|mystack):bury rarity=U [/card] [card] diff --git a/projects/mtg/bin/Res/sets/CHK/todo.dat b/projects/mtg/bin/Res/sets/CHK/todo.dat index f90556fef..c59f3b33a 100644 --- a/projects/mtg/bin/Res/sets/CHK/todo.dat +++ b/projects/mtg/bin/Res/sets/CHK/todo.dat @@ -187,7 +187,7 @@ subtype=Aura target=creature auto=cantattack,cantblock auto={1}{W}:moveto(ownerhand) -Enchant creature Enchanted creature can't attack or block. {1}{W}: Return Cage of Hands to its owner's hand. +text=Enchant creature Enchanted creature can't attack or block. {1}{W}: Return Cage of Hands to its owner's hand. rarity=C [/card] [card] diff --git a/projects/mtg/bin/Res/sets/EXO/_cards.dat b/projects/mtg/bin/Res/sets/EXO/_cards.dat index a00404c32..1717ba536 100644 --- a/projects/mtg/bin/Res/sets/EXO/_cards.dat +++ b/projects/mtg/bin/Res/sets/EXO/_cards.dat @@ -198,7 +198,7 @@ subtype=Rabbit Beast power=4 toughness=5 text=When you play a spell, return Jackalope Herd to its owner's hand. -auto=@movedTo(*|mystack):moveTo(ownerHand) +auto=@movedTo(*[-land]|mystack):moveTo(ownerHand) rarity=C [/card] [card] diff --git a/projects/mtg/bin/Res/sets/TSP/_cards.dat b/projects/mtg/bin/Res/sets/TSP/_cards.dat index c5dfcc64b..e62d850ae 100644 --- a/projects/mtg/bin/Res/sets/TSP/_cards.dat +++ b/projects/mtg/bin/Res/sets/TSP/_cards.dat @@ -695,7 +695,7 @@ mana={3}{B} type=Instant text=Tendrils of Corruption deals X damage to target creature and you gain X life, where X is the number of Swamps you control. target=creature -auto=foreach(swamp|myinplay) damage:1 target(creature) +auto=foreach(swamp|myinplay) damage:1 auto=foreach(swamp|myinplay) life:1 controller rarity=C [/card]