-Fixed a bug with */* creatures that don't die when they come into play as 0/0
-Fixed a bug with hymn of rebirth introduced in rev 245
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-04 15:09:31 +00:00
parent 6582a1972a
commit 89caaaadb4
5 changed files with 24 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
#nightmare has 0 life, does it go to graveyard ?
[INIT]
FIRSTMAIN
[PLAYER1]
hand:nightmare
manapool:{5}{B}
[PLAYER2]
[DO]
nightmare
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:nightmare
manapool:{0}
[PLAYER2]
[END]