diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 0b7722f5f..26c41172f 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -15224,29 +15224,17 @@ subtype=Faerie Soldier power=3 toughness=2 [/card] - [card] - name=Feral Hydra - type=Creature - subtype=Hydra Beast - mana={X}{G} - power=0 - toughness=0 - text=Feral Hydra enters the battlefield with X +1/+1 counters on it. -- {3}: Put a +1/+1 counter on Feral Hydra. Any player may play this ability - auto=counter(1/1,X) - auto={3}:counter(1/1) - grade=borderline - [/card] [card] name=Feral Instinct diff --git a/projects/mtg/bin/Res/test/bugs/skullclamp2_i437.txt b/projects/mtg/bin/Res/test/bugs/skullclamp2_i437.txt deleted file mode 100644 index aacdf857c..000000000 --- a/projects/mtg/bin/Res/test/bugs/skullclamp2_i437.txt +++ /dev/null @@ -1,36 +0,0 @@ -#Testing Skillclamp with unsummon cast on equiped creature -[INIT] -FIRSTMAIN -[PLAYER1] -manapool:{1} -inplay:Runeclaw Bear,Skullclamp -library:Mountain,Forest,Swamp -[PLAYER2] -inplay:Island -hand:Unsummon -[DO] -Skullclamp -Skullclamp -Runeclaw Bear -eot -next -#upkeeep -next -#draw -next -#firstmain -Island -Unsummon -Runeclaw Bear -[ASSERT] -firstmain -[PLAYER1] -life:20 -inplay:Skullclamp -library:Mountain,Forest,Swamp -hand:Runeclaw Bear -[PLAYER2] -graveyard:Unsummon -inplay:Island -life:20 -[END] \ No newline at end of file