From 8c7e06b6dcd39797675d5c42ea4be4e8d85504dc Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Mon, 22 Nov 2010 21:38:12 +0000 Subject: [PATCH] fix for issue found in forums with reinforcements. Not sure how wide spread the original coding will cause errors but this solution avoids it entirely. Issue: 527 --- projects/mtg/bin/Res/test/_tests.txt | 1 + .../mtg/bin/Res/test/reinforcements_1.txt | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 projects/mtg/bin/Res/test/reinforcements_1.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index dde6bb68f..99235a632 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -422,6 +422,7 @@ reclusive_wight.txt reclusive_wight2.txt recover.txt regal_force.txt +reinforcements_1.txt resounding_roar.txt resurrection.txt resuscitate_i210.txt diff --git a/projects/mtg/bin/Res/test/reinforcements_1.txt b/projects/mtg/bin/Res/test/reinforcements_1.txt new file mode 100644 index 000000000..9d74c2058 --- /dev/null +++ b/projects/mtg/bin/Res/test/reinforcements_1.txt @@ -0,0 +1,25 @@ +#Memnarch +#Does Memnarch's transformation effect last indefinetely? +#Does the parameter "FOREVER" work? +[INIT] +FIRSTMAIN +[PLAYER1] +hand:Reinforcements +graveyard:Memnarch,Grizzly Bears,memnite +manapool:{W} +[PLAYER2] +[DO] +Reinforcements +Memnarch +choice 0 +Grizzly Bears +choice 0 +memnite +[ASSERT] +FIRSTMAIN +[PLAYER1] +library:Memnarch,Grizzly Bears,memnite +manapool:{0} +graveyard:Reinforcements +[PLAYER2] +[END] \ No newline at end of file