-adding tests for issue 562 and issue 563
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-12-15 13:36:11 +00:00
parent 5778fa7ba2
commit 6c9d2db493
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
#Bug: If a creature with regenerate block a creature with double strike and dies (then gets regenerated),
# then the double strike creature deals its second row of damage to the player.
# This shouldn't happen as the creature is markes as blocked.
# See: http://code.google.com/p/wagic/issues/detail?id=563
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Hearthfire Hobgoblin
[PLAYER2]
inplay:Drudge skeletons, swamp
[DO]
Hearthfire Hobgoblin
next
#blockers
swamp
Drudge skeletons
choice 1
Drudge skeletons
next
#damage first strike
next
#damage
next
#end of combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Hearthfire Hobgoblin
[PLAYER2]
inplay:Drudge skeletons, swamp
[END]

View File

@@ -0,0 +1,18 @@
#Bug: Manabarbs doesn't trigger for special lands
# See: http://code.google.com/p/wagic/issues/detail?id=562
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:manabarbs,savannah
[PLAYER2]
[DO]
savannah
choice 0
[ASSERT]
FIRSTMAIN
[PLAYER1]
life:19
inplay:manabarbs,savannah
manapool:{W}
[PLAYER2]
[END]