diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 850a0603e..e314a970f 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -455,6 +455,7 @@ library_of_alexandria3.txt lifeforce.txt lifeline.txt lifetap.txt +lifetap2.txt lightmine_field.txt lightmine_field2.txt living_artifact_i169.txt diff --git a/projects/mtg/bin/Res/test/lifetap2.txt b/projects/mtg/bin/Res/test/lifetap2.txt new file mode 100644 index 000000000..444648136 --- /dev/null +++ b/projects/mtg/bin/Res/test/lifetap2.txt @@ -0,0 +1,22 @@ +#Player 2 must not gain life because Shocklands enters tha battlefied tapped... +[INIT] +firstmain +[PLAYER1] +hand:Stomping Ground, Temple Garden +inplay:Exploration +[PLAYER2] +inplay:Lifetap +life:20 +[DO] +Stomping Ground +choice 1 +Temple Garden +choice 1 +[ASSERT] +firstmain +[PLAYER1] +inplay:Exploration, Stomping Ground, Temple Garden +[PLAYER2] +inplay:Lifetap +life:20 +[END]