Psyringe - added test script for issue 210.

This commit is contained in:
Psyyringe
2009-11-26 09:54:40 +00:00
parent 2175359378
commit 75bf91127a

View File

@@ -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]