-removing useless code
-fixed a few cards (incorrect set)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-18 14:26:58 +00:00
parent da80398340
commit 01c62d04bf
13 changed files with 46 additions and 119 deletions

View File

@@ -295,14 +295,6 @@ type=Enchantment
subtype=Aura
[/card]
[card]
id=39503
name=Flooded Strand
type=Land
text={T}, Pay 1 life, Sacrifice Flooded Strand: Search your library for a Plains or Island card and put it into play. Then shuffle your library.
auto={T}{S}:moveTo(myinplay) target(plains,island|mylibrary) && life:-1
rarity=R
[/card]
[card]
text=Draw a card for each Island you control.
id=87978
name=Flow of Ideas
@@ -1059,20 +1051,3 @@ subtype=Wolf
power=3
toughness=3
[/card]
[card]
id=39507
name=Windswept Heath
type=Land
text={T}, Pay 1 life, Sacrifice Windswept Heath: Search your library for a Forest or Plains card and put it into play. Then shuffle your library.
auto={T}{S}:moveTo(myinplay) target(forest,plains) && life:-1
rarity=R
[/card]
[card]
id=39506
name=Wooded Foothills
mana=
type=Land
text={T}, Pay 1 life, Sacrifice Wooded Foothills: Search your library for a Mountain or Forest card and put it into play. Then shuffle your library.
auto={T}{S}:moveTo(myinplay) target(mountain,forest|mylibrary) && life:-1
rarity=R
[/card]