-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
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
#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] |