J0N4TH4N - test for generic fear & test for auto=kicker + abilities, which answers the confusion for r1025

This commit is contained in:
leungclj
2009-10-03 17:55:35 +00:00
parent b6e97c1f17
commit 7f833b963e
3 changed files with 63 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
#Testing Duskwalker and auto=kicker fear, to see if it losses fear at end of turn.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Duskwalker
manapool:{3}{B}{B}
[PLAYER2]
inplay:Grizzly Bears
[DO]
Duskwalker
eot
eot
#untap
next
#upkeep
next
#draw
next
#main 1
next
#cbt begins
next
#attackers
Duskwalker
next
#defensers
Grizzly Bears
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Duskwalker
[PLAYER2]
life:17
inplay:Grizzly Bears
[END]