-fix issue 145 (double strike damages)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-03 15:02:34 +00:00
parent 51b53595bc
commit f224dc0a25
5 changed files with 57 additions and 42 deletions

View File

@@ -1,40 +0,0 @@
#NAME: Double Strike i145
#DESC: When a creature with double strike kills
#DESC: its blocker with its first strike, then
#DESC: it should not be able to deal damage to
#DESC: the opponent player with its regular
#DESC: strike, unless it has Trample.
#DESC: The following test checks Double Strike
#DESC: with and without Trample. Player1 should
#DESC: lose 7 life from the Fangren Hunter, but
#DESC: none from the Shanodin Dryads.
[INIT]
combatattackers
[PLAYER1]
inplay:shanodin dryads,fangren hunter,rage reflection
graveyard:
[PLAYER2]
inplay:drudge skeletons,walking dead
graveyard:
life:20
[DO]
shanodin dryads
fangren hunter
next
drudge skeletons
walking dead
walking dead
next
next
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:shanodin dryads,fangren hunter,rage reflection
graveyard:
[PLAYER2]
inplay:
graveyard:drudge skeletons,walking dead
life:13
[END]