diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 05c2f55f8..73823062a 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -212,6 +212,7 @@ double_strike2_i145.txt dragon_fodder.txt dragon_fodder2.txt dragon_whelp_i154.txt +dragon_broodmother_multicolored tokens test.txt drain_life.txt dream_fracture_i142.txt drift_of_the_dead.txt diff --git a/projects/mtg/bin/Res/test/dragon_broodmother_multicolored tokens test.txt b/projects/mtg/bin/Res/test/dragon_broodmother_multicolored tokens test.txt new file mode 100644 index 000000000..c3ff0d916 --- /dev/null +++ b/projects/mtg/bin/Res/test/dragon_broodmother_multicolored tokens test.txt @@ -0,0 +1,28 @@ +#Bug: "new school" Tokens can't have two colors + +[INIT] +UNTAP +[PLAYER1] +inplay:mountain +hand:shock +[PLAYER2] +inplay:dragon broodmother,Boartusk Liege +[DO] +next +#upkeep +choice 1 +next +#draw +next +#main +mountain +shock +Dragon +[ASSERT] +FIRSTMAIN +[PLAYER1] +graveyard:shock +inplay:mountain +[PLAYER2] +inplay:dragon broodmother,Boartusk Liege,* +[END] \ No newline at end of file