diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 8c998c1d3..9092dab9a 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index e97f43c2e..ed139f4e9 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/goblin_gardener.txt b/projects/mtg/bin/Res/test/goblin_gardener.txt new file mode 100644 index 000000000..4ab6ffa29 --- /dev/null +++ b/projects/mtg/bin/Res/test/goblin_gardener.txt @@ -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] \ No newline at end of file