JON4TH4N - fixed (ZEN) Hideous End and similar card, there is a bug on targetcontroller, test included

This commit is contained in:
leungclj
2009-10-30 17:54:48 +00:00
parent 3919b1cf1d
commit 9e608d10b1
7 changed files with 78 additions and 6 deletions
@@ -0,0 +1,24 @@
#Bug: targetController + life will not function if not followed by &&
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Hideous End,Hideous End
inplay:Kraken Hatchling
manapool:{B}{B}{B}{B}{B}{B}
[PLAYER2]
inplay:Grizzly Bears
[DO]
Hideous End
Grizzly Bears
Hideous End
Kraken Hatchling
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Hideous End,Hideous End,Kraken Hatchling
manapool:{0}
life:18
[PLAYER2]
graveyard:Grizzly Bears
life:18
[END]