diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index e4253669a..989649ef5 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -400,6 +400,7 @@ skullcage4_i239.txt skullcage5_i239.txt skullcage6_i239.txt skullcage7_i239.txt +skullclamp.txt shepherd_of_rot.txt shivan_hellkite.txt shock.txt diff --git a/projects/mtg/bin/Res/test/bugs/skullclamp2_i437.txt b/projects/mtg/bin/Res/test/bugs/skullclamp2_i437.txt new file mode 100644 index 000000000..aacdf857c --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/skullclamp2_i437.txt @@ -0,0 +1,36 @@ +#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 diff --git a/projects/mtg/bin/Res/test/skullclamp.txt b/projects/mtg/bin/Res/test/skullclamp.txt new file mode 100644 index 000000000..404211813 --- /dev/null +++ b/projects/mtg/bin/Res/test/skullclamp.txt @@ -0,0 +1,37 @@ +#Testing Skillclamp basic funtion +[INIT] +FIRSTMAIN +[PLAYER1] +manapool:{1} +inplay:Runeclaw Bear,Skullclamp +library:Mountain,Forest,Swamp +[PLAYER2] +inplay:Grizzly Bears +[DO] +Skullclamp +Skullclamp +Runeclaw Bear +next +#begin +next +#attackers +Runeclaw Bear +next +#blocker +Grizzly Bears +next +#damage +next +#end +[ASSERT] +COMBATEND +[PLAYER1] +life:20 +graveyard:Runeclaw Bear +inplay:Skullclamp +hand:Forest,Swamp +library:Mountain +[PLAYER2] +graveyard:Grizzly Bears +life:20 +[END] \ No newline at end of file