Files
wagic/projects/mtg/bin/Res/test/wontfix/hammerfist_giant.txt
Psyyringe 5ffe7c3b00 Psyringe - created new folder "wontfix" for the Test Suite. This folder is for tests that were written for things that currently don't work and that we currently won't fix either. Nevertheless it's good to have the tests available in case some of these problems become fixable later on.
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.
2009-11-14 12:36:12 +00:00

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]