There were a couple of scripts in _tests.txt which were commented out for this reason, I moved them to the new wontfix folder too. I think it's cleaner and easier mto maintain to only have tests in the "tests" folder which actually work and are meant to succeed.
35 lines
508 B
Plaintext
35 lines
508 B
Plaintext
#Bug: Hammerfist_giant does damage when it comes into play
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Hammerfist giant
|
|
inplay:air elemental,grizzly bears
|
|
manapool:{4}{R}{R}
|
|
[PLAYER2]
|
|
[DO]
|
|
hammerfist giant
|
|
next
|
|
#combat begin
|
|
next
|
|
#attackers
|
|
air elemental
|
|
grizzly bears
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#combat end
|
|
next
|
|
#main phase 2
|
|
hammerfist giant
|
|
[ASSERT]
|
|
SECONDMAIN
|
|
[PLAYER1]
|
|
inplay:air elemental,hammerfist giant
|
|
graveyard:grizzly bears
|
|
manapool:{0}
|
|
life:16
|
|
[PLAYER2]
|
|
life:10
|
|
[END] |