From b7a2c000be8079fc5548ffa4cbdff974f9c47157 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 30 Jan 2013 00:36:09 +0000 Subject: [PATCH] corrected typo in lurking evil. just for future notice this card should be moved to crappy. whenever an ability has blah blah:effect that means, {cost}:effect if you can not do it with supported cost in engine, do not add it as {0}:effect && effect this is a workaround we stopped using a very very long time ago. the ability of losing life is not treated the same as "paying" life. same as any other cost. the issue arose several times while i have added support, and due to a workaround, my support would be flawed, at first i would try to munipulate what i coded to allow for the workarounds to continue working. that was the past, i long since stopped doing that, if a card is a workaround, and it breaks, i remove it completely. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index a433f35d4..d0b2df71f 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -50537,10 +50537,9 @@ subtype=Crocodile power=2 toughness=2 [/card] -#please don't remove ")" at the end of autoline or it will not work. [card] name=Lurking Evil -auto=this(cantargetcard(enchantment) {0}:name(pay halfup life) life:-halfdownlifetotal controller && transforms((removetypes)) forever && transforms((Horror Creature,setpower=4,settoughness=4,flying)) forever ) +auto=this(cantargetcard(enchantment)) {0}:name(pay halfup life) life:-halfdownlifetotal controller && transforms((removetypes)) forever && transforms((Horror Creature,setpower=4,settoughness=4,flying)) forever text=Pay half your life, rounded up: Lurking Evil becomes a 4/4 Horror creature with flying. mana={B}{B}{B} type=Enchantment