-fix goblin gardener
-fix slithering shade
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-06 06:35:09 +00:00
parent 24b4bf2b8a
commit cc1d479070
3 changed files with 24 additions and 3 deletions

View File

@@ -15523,7 +15523,7 @@ toughness=1
[/card]
[card]
name=Goblin Gardener
auto=@movedTo(this|graveyard) from(battlefield):destroy target(artifact)
auto=@movedTo(this|graveyard) from(battlefield):destroy target(land)
text=When Goblin Gardener is put into a graveyard from the battlefield, destroy target land.
mana={3}{R}
type=Creature
@@ -35081,8 +35081,7 @@ toughness=1
[card]
name=Slithering Shade
auto={B}:1/1
auto=defender
auto=aslongas(*|myHand) -defender
auto=aslongas(*|myHand) defender
text=Defender (This creature can't attack.) {B}: Slithering Shade gets +1/+1 until end of turn. Hellbent - Slithering Shade can attack as though it didn't have defender as long as you have no cards in hand.
mana={B}
type=Creature

View File

@@ -234,6 +234,7 @@ gnat_alley_creeper1.txt
gnat_alley_creeper2.txt
goblin_balloon_brigade.txt
goblin_balloon_brigade2.txt
goblin_gardener.txt
goblin_king.txt
goblin_lackey1.txt
goblin_lackey2.txt

View File

@@ -0,0 +1,21 @@
#Bug: Goblin Gardener
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:goblin gardener
hand:terror
manapool:{1}{B}
[PLAYER2]
inplay:forest
[DO]
terror
goblin gardener
choice 0
forest
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:terror,goblin gardener
[PLAYER2]
graveyard:forest
[END]