diff --git a/projects/mtg/bin/Res/test/bugs/double_strike_vs_regen_i563.txt b/projects/mtg/bin/Res/test/bugs/double_strike_vs_regen_i563.txt new file mode 100644 index 000000000..c5b0ed4bd --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/double_strike_vs_regen_i563.txt @@ -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] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/bugs/manabarbs_dual_lands_i562.txt b/projects/mtg/bin/Res/test/bugs/manabarbs_dual_lands_i562.txt new file mode 100644 index 000000000..182cead68 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/manabarbs_dual_lands_i562.txt @@ -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] \ No newline at end of file