diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index d70621766..a0d92a825 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -25,6 +25,7 @@ generic/hybrid_mana_2.txt generic/hybrid_mana_3.txt generic/kicker.txt generic/kicker2.txt +generic/landwalk.txt generic/legendary.txt generic/lifelink.txt generic/m10_blockers.txt diff --git a/projects/mtg/bin/Res/test/generic/landwalk.txt b/projects/mtg/bin/Res/test/generic/landwalk.txt new file mode 100644 index 000000000..c91aab53a --- /dev/null +++ b/projects/mtg/bin/Res/test/generic/landwalk.txt @@ -0,0 +1,25 @@ +#Testing landwalk +#see http://code.google.com/p/wagic/issues/detail?id=249 +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:shanodin dryads +[PLAYER2] +inplay:forest,grizzly bears +[DO] +shanodin dryads +next +#blockers +grizzly bears +next +#damage +next +#combat end +[ASSERT] +COMBATEND +[PLAYER1] +inplay:shanodin dryads +[PLAYER2] +inplay:forest,grizzly bears +life:19 +[END] \ No newline at end of file