- Fix issue 210 (Resuscitate)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-13 07:20:31 +00:00
parent a7493154fa
commit f7bd1dcef4
3 changed files with 5 additions and 4 deletions

View File

@@ -1,22 +0,0 @@
#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]