From 3c11ab01acaf525194e58e9c54ee98552ce4db9c Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Fri, 1 Jan 2010 17:12:11 +0000 Subject: [PATCH] Psyringe - fixed the 4 Tainted lands in TOR. The previous code made the ability available even when it shouldn't be there, and also worked only for one activation (due to an engine bug, see issue 282). The new code is closer to what the card is supposed to do, and works more than once. --- projects/mtg/bin/Res/sets/TOR/_cards.dat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/mtg/bin/Res/sets/TOR/_cards.dat b/projects/mtg/bin/Res/sets/TOR/_cards.dat index 200a789b6..eb789977c 100644 --- a/projects/mtg/bin/Res/sets/TOR/_cards.dat +++ b/projects/mtg/bin/Res/sets/TOR/_cards.dat @@ -374,8 +374,8 @@ name=Tainted Field rarity=U type=Land auto={T}:Add {1} -auto={T}:aslongas(swamp|myBattlefield) add{B} -auto={T}:aslongas(swamp|myBattlefield) add{W} +auto=aslongas(swamp|myBattlefield) {T}:add{B} +auto=aslongas(swamp|myBattlefield) {T}:add{W} [/card] [card] text={T}: Add {1} to your mana pool. {T}: Add {U} or {B} to your mana pool. Activate this ability only if you control a Swamp. @@ -384,8 +384,8 @@ name=Tainted Isle rarity=U type=Land auto={T}:Add {1} -auto={T}:aslongas(swamp|myBattlefield) add{B} -auto={T}:aslongas(swamp|myBattlefield) add{U} +auto=aslongas(swamp|myBattlefield) {T}:add{B} +auto=aslongas(swamp|myBattlefield) {T}:add{U} [/card] [card] text={T}: Add {1} to your mana pool. {T}: Add {B} or {R} to your mana pool. Activate this ability only if you control a Swamp. @@ -394,8 +394,8 @@ name=Tainted Peak rarity=U type=Land auto={T}:Add {1} -auto={T}:aslongas(swamp|myBattlefield) add{B} -auto={T}:aslongas(swamp|myBattlefield) add{R} +auto=aslongas(swamp|myBattlefield) {T}:add{B} +auto=aslongas(swamp|myBattlefield) {T}:add{R} [/card] [card] text={T}: Add {1} to your mana pool. {T}: Add {B} or {G} to your mana pool. Activate this ability only if you control a Swamp. @@ -404,8 +404,8 @@ name=Tainted Wood rarity=U type=Land auto={T}:Add {1} -auto={T}:aslongas(swamp|myBattlefield) add{B} -auto={T}:aslongas(swamp|myBattlefield) add{G} +auto=aslongas(swamp|myBattlefield) {T}:add{B} +auto=aslongas(swamp|myBattlefield) {T}:add{G} [/card] [card] text=When Teroh's Faithful enters the battlefield, you gain 4 life.