diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index ba1696de0..639c7b3d0 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -154,6 +154,7 @@ nightmare.txt northern_paladin.txt northern_paladin2.txt Nyxathid.txt +ogre_gatecrasher.txt orcish_artillery.txt orcish_lumberjack.txt overrun.txt diff --git a/projects/mtg/bin/Res/test/ogre_gatecrasher.txt b/projects/mtg/bin/Res/test/ogre_gatecrasher.txt new file mode 100644 index 000000000..25f997f37 --- /dev/null +++ b/projects/mtg/bin/Res/test/ogre_gatecrasher.txt @@ -0,0 +1,19 @@ +# testing target=creature[anything] +[INIT] +FIRSTMAIN +[PLAYER1] +hand:Ogre Gatecrasher +manapool:{3}{R} +[PLAYER2] +inplay:Angelic Wall +[DO] +Ogre Gatecrasher +Angelic Wall +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Ogre Gatecrasher +[PLAYER2] +graveyard:Angelic Wall +life:20 +[END] \ No newline at end of file