JON4TH4N - (ZEN) fixes Baloth Woodcrasher, it won't loss its +4/+4 ueot. I also did similar change to other cards, not sure if this has fix them, but sure it functions just the same, and less chance to have error. Please review, please.

This commit is contained in:
leungclj
2009-10-25 11:14:30 +00:00
parent 24ea5b7b6a
commit d04ce83c1b
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -820,7 +820,8 @@ type=Sorcery
[/card] [/card]
[card] [card]
text=Whenever a land enters the battlefield under an opponent's control, that player loses 2 life and you gain 2 life. text=Whenever a land enters the battlefield under an opponent's control, that player loses 2 life and you gain 2 life.
auto=@movedTo(land|opponentBattlefield):life:-2 opponent && life:2 controller auto=@movedTo(land|opponentBattlefield):life:-2 opponent
auto=@movedTo(land|opponentBattlefield):life:2 controller
id=146766 id=146766
name=Polluted Bonds name=Polluted Bonds
rarity=R rarity=R
+2 -1
View File
@@ -1354,7 +1354,8 @@ type=Artifact
[/card] [/card]
[card] [card]
text=Whenever an opponent plays a white spell, that player loses 1 life and you gain 1 life. text=Whenever an opponent plays a white spell, that player loses 1 life and you gain 1 life.
auto=@movedTo(*[white]|opponentStack): life:-1 opponent && life:1 controller auto=@movedTo(*[white]|opponentStack): life:-1 opponent
auto=@movedTo(*[white]|opponentStack): life:1 controller
id=5696 id=5696
name=Yawgmoth's Edict name=Yawgmoth's Edict
rarity=U rarity=U
+2 -1
View File
@@ -39,7 +39,8 @@ rarity=U
mana={4}{G}{G} mana={4}{G}{G}
type=Creature type=Creature
subtype=Beast subtype=Beast
auto=@movedTo(land|myBattlefield):4/4 ueot && trample ueot auto=@movedTo(land|myBattlefield):4/4 ueot
auto=@movedTo(land|myBattlefield):trample ueot
power=4 power=4
toughness=4 toughness=4
[/card] [/card]