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.
This commit is contained in:
@@ -50537,10 +50537,9 @@ subtype=Crocodile
|
|||||||
power=2
|
power=2
|
||||||
toughness=2
|
toughness=2
|
||||||
[/card]
|
[/card]
|
||||||
#please don't remove ")" at the end of autoline or it will not work.
|
|
||||||
[card]
|
[card]
|
||||||
name=Lurking Evil
|
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.
|
text=Pay half your life, rounded up: Lurking Evil becomes a 4/4 Horror creature with flying.
|
||||||
mana={B}{B}{B}
|
mana={B}{B}{B}
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
|
|||||||
Reference in New Issue
Block a user