From 5ccda99be236c9c266ec1b88ba7169bf106f0027 Mon Sep 17 00:00:00 2001 From: leungclj Date: Thu, 22 Oct 2009 15:38:13 +0000 Subject: [PATCH] JON4TH4N - bug fix? not sure, but sure it will work --- projects/mtg/bin/Res/sets/LEG/_cards.dat | 2 +- projects/mtg/bin/Res/sets/RAV/_cards.dat | 2 +- projects/mtg/bin/Res/sets/TMP/_cards.dat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/sets/LEG/_cards.dat b/projects/mtg/bin/Res/sets/LEG/_cards.dat index 961529791..fe89ec3a5 100644 --- a/projects/mtg/bin/Res/sets/LEG/_cards.dat +++ b/projects/mtg/bin/Res/sets/LEG/_cards.dat @@ -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} diff --git a/projects/mtg/bin/Res/sets/RAV/_cards.dat b/projects/mtg/bin/Res/sets/RAV/_cards.dat index bbcb2a1a7..474de6e4b 100644 --- a/projects/mtg/bin/Res/sets/RAV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RAV/_cards.dat @@ -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} diff --git a/projects/mtg/bin/Res/sets/TMP/_cards.dat b/projects/mtg/bin/Res/sets/TMP/_cards.dat index 26e8ce819..18efaaedb 100644 --- a/projects/mtg/bin/Res/sets/TMP/_cards.dat +++ b/projects/mtg/bin/Res/sets/TMP/_cards.dat @@ -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