diff --git a/projects/mtg/bin/Res/sets/ARB/_cards.dat b/projects/mtg/bin/Res/sets/ARB/_cards.dat index f2c3b169d..8a52f26aa 100644 --- a/projects/mtg/bin/Res/sets/ARB/_cards.dat +++ b/projects/mtg/bin/Res/sets/ARB/_cards.dat @@ -46,7 +46,7 @@ power=4 toughness=4 text=Flying When Filigree Angel comes into play, you gain 3 life for each artifact you control. abilities=flying -auto=foreach(artifact|myinplay):life:3 +auto=foreach(artifact|myinplay)life:3 rarity=R [/card] [card] diff --git a/projects/mtg/bin/Res/sets/EVE/_cards.dat b/projects/mtg/bin/Res/sets/EVE/_cards.dat index 4222e18fd..2ce7cfbed 100644 --- a/projects/mtg/bin/Res/sets/EVE/_cards.dat +++ b/projects/mtg/bin/Res/sets/EVE/_cards.dat @@ -218,7 +218,7 @@ toughness=3 [/card] [card] text=When Kithkin Zealot comes into play, you gain 1 life for each black and/or red permanent target opponent controls. -auto=foreach(*[red;black]|opponentinplay):life:1 +auto=foreach(*[red;black]|opponentinplay)life:1 id=154346 name=Kithkin Zealot rarity=C diff --git a/projects/mtg/bin/Res/sets/LRW/_cards.dat b/projects/mtg/bin/Res/sets/LRW/_cards.dat index 86b75f603..422b3c4d7 100644 --- a/projects/mtg/bin/Res/sets/LRW/_cards.dat +++ b/projects/mtg/bin/Res/sets/LRW/_cards.dat @@ -126,7 +126,7 @@ toughness=1 [/card] [card] text=Sacrifice Elvish Eulogist: You gain 1 life for each Elf card in your graveyard. -auto={s}:foreach(Elf|mygraveyard):life:1 +auto={s}:foreach(Elf|mygraveyard)life:1 id=141804 name=Elvish Eulogist rarity=C diff --git a/projects/mtg/bin/Res/sets/MRQ/_cards.dat b/projects/mtg/bin/Res/sets/MRQ/_cards.dat index 0824a3d8f..d38567ecf 100644 --- a/projects/mtg/bin/Res/sets/MRQ/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRQ/_cards.dat @@ -624,7 +624,7 @@ toughness=2 [/card] [card] text=Remove all creature cards in all graveyards from the game. You gain 1 life for each card removed this way. -auto=foreach(creature|graveyard):life:1 +auto=foreach(creature|graveyard)life:1 auto=MoveTo(removedfromgame) all(creature|graveyard) id=19787 name=Honor the Fallen diff --git a/projects/mtg/bin/Res/sets/POR/_cards.dat b/projects/mtg/bin/Res/sets/POR/_cards.dat index 8fd34be47..d7f2d40b3 100644 --- a/projects/mtg/bin/Res/sets/POR/_cards.dat +++ b/projects/mtg/bin/Res/sets/POR/_cards.dat @@ -499,7 +499,7 @@ subtype=Forest [/card] [card] text=You gain 1 life for each Forest in play. -auto=foreach(Forest):life:1 +auto=foreach(Forest)life:1 id=4297 name=Fruition rarity=C @@ -1094,7 +1094,7 @@ toughness=3 [/card] [card] text=You gain 2 life for each Mountain target opponent controls. -auto=foreach(Mountain|opponentinplay):life:2 +auto=foreach(Mountain|opponentinplay)life:2 id=4391 name=Renewing Dawn rarity=U @@ -1245,7 +1245,7 @@ abilities=flying [/card] [card] text=You gain 3 life for each black creature target opponent controls. -auto=foreach(creature[black]|opponentinplay):life:3 +auto=foreach(creature[black]|opponentinplay)life:3 id=4397 name=Starlight rarity=U diff --git a/projects/mtg/bin/Res/sets/SHM/_cards.dat b/projects/mtg/bin/Res/sets/SHM/_cards.dat index fe00161be..dcb4a8efe 100644 --- a/projects/mtg/bin/Res/sets/SHM/_cards.dat +++ b/projects/mtg/bin/Res/sets/SHM/_cards.dat @@ -191,7 +191,7 @@ target=creature,player id=146013 target=creature,player auto=foreach(swamp|myinplay):damage:1 -auto=foreach(swamp|myinplay):life:1 +auto=foreach(swamp|myinplay)life:1 name=Corrupt rarity=U type=Sorcery @@ -1025,9 +1025,9 @@ mana={4}{WU}{WU} [/card] [card] text=You gain 1 life for each tapped artifact, creature, and land you control. -auto=foreach(creature[tapped]|myinplay):life:1 -auto=foreach(artifact[tapped]|myinplay):life:1 -auto=foreach(land[tapped]|myinplay):life:1 +auto=foreach(creature[tapped]|myinplay)life:1 +auto=foreach(artifact[tapped]|myinplay)life:1 +auto=foreach(land[tapped]|myinplay)life:1 id=159410 name=Toil to Renown rarity=C