diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 767853a63..47945d07c 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -267,6 +267,8 @@ keldon_warlord.txt keldon_warlord2.txt kird_ape.txt kjeldoran_frostbeast1.txt +knight_captain_of_eos_i294.txt +knight_captain_of_eos_i294_2.txt krosan_beast.txt krosan_beast2.txt kraken_eye.txt diff --git a/projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt new file mode 100644 index 000000000..f901d131d --- /dev/null +++ b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt @@ -0,0 +1,31 @@ +#Bug: Knight Captain prevents all combat damage +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Yotian soldier,grizzly bears +hand:Knight-Captain of eos +manapool:{4}{W} +[PLAYER2] +inplay:air elemental +[DO] +Knight-Captain of eos +next +#begin +next +#attackers +grizzly bears +next +#blockers +air elemental +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +inplay:Knight-Captain of eos,Yotian soldier,*,* +graveyard:grizzly bears +[PLAYER2] +inplay:air elemental +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt new file mode 100644 index 000000000..a61034474 --- /dev/null +++ b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt @@ -0,0 +1,33 @@ +#Bug: Knight Captain prevents all combat damage +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Yotian soldier,grizzly bears +hand:Knight-Captain of eos +manapool:{4}{W}{W} +[PLAYER2] +inplay:air elemental +[DO] +Knight-Captain of eos +Knight-Captain of eos +Yotian Soldier +next +#begin +next +#attackers +grizzly bears +next +#blockers +air elemental +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +inplay:Knight-Captain of eos,*,*,grizzly bears +graveyard:Yotian soldier +[PLAYER2] +inplay:air elemental +[END] \ No newline at end of file