- Fix for issue 284 (Damage not triggering when creature dies in combat phase)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-09-25 05:15:09 +00:00
parent e94d39e115
commit f3cc20eb31
10 changed files with 96 additions and 4 deletions
@@ -0,0 +1,29 @@
#Bug: @damaged doesn't trigger if creature goes to graveyard
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Mirri the Cursed,mountain
hand:shock
[PLAYER2]
inplay:vampire bats
[DO]
Mirri the Cursed
next
vampire bats
next
#damages fir strike
next
#combat end
next
#main 2
mountain
shock
Mirri the Cursed
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:Mirri the Cursed,mountain
graveyard:shock
[PLAYER2]
graveyard:vampire bats
[END]