From 75bf91127a635f469c1212ad7f140e0d94ab2bb9 Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Thu, 26 Nov 2009 09:54:40 +0000 Subject: [PATCH] Psyringe - added test script for issue 210. --- .../bin/Res/test/bugs/resuscitate_i210.txt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/resuscitate_i210.txt diff --git a/projects/mtg/bin/Res/test/bugs/resuscitate_i210.txt b/projects/mtg/bin/Res/test/bugs/resuscitate_i210.txt new file mode 100644 index 000000000..3b0d78f03 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/resuscitate_i210.txt @@ -0,0 +1,22 @@ +#NAME: Resuscitate +#DESC: Bug: Casting Resuscitate, and then +#DESC: trying to use the Regenerate ability +#DESC: (which Resuscitate grants) on a +#DESC: creature crashes the game. +[INIT] +firstmain +[PLAYER1] +inplay:Grizzly Bears +hand:Resuscitate +manapool:{G}{G}{G} +[PLAYER2] +[DO] +Resuscitate +Grizzly Bears +[ASSERT] +firstmain +[PLAYER1] +inplay:Grizzly Bears +graveyard:Resuscitate +[PLAYER2] +[END]