JON4TH4N - bug fix? not sure, but sure it will work

This commit is contained in:
leungclj
2009-10-22 15:38:13 +00:00
parent f0124ce53a
commit 5ccda99be2
3 changed files with 3 additions and 3 deletions

View File

@@ -650,7 +650,7 @@ abilities=legendary
[card]
text=Jovial Evil deals X damage to target opponent, where X is twice the number of white creatures that player controls.
id=1449
auto=foreach(creature[white]|opponentBattlefield):damage:2 opponent
auto=foreach(creature[white]|opponentBattlefield) damage:2 opponent
name=Jovial Evil
rarity=R
mana={2}{B}

View File

@@ -201,7 +201,7 @@ abilities=flying
text=Dogpile deals damage to target creature or player equal to the number of attacking creatures you control.
id=87921
target=creature,player
auto=foreach(creature[attacking]|myBattlefield):damage:1
auto=foreach(creature[attacking]|myBattlefield) damage:1
name=Dogpile
rarity=C
mana={3}{R}

View File

@@ -832,7 +832,7 @@ type=Artifact
[card]
text=Kindle deals X damage to target creature or player, where X is 2 plus the number of cards named Kindle in all graveyards.
target=creature,player
auto=foreach(kindle|graveyard):damage:1
auto=foreach(kindle|graveyard) damage:1
auto=damage:2
id=4826
name=Kindle