From 6fbe9de1a8b2a7be01b7a0c5308e557354edb32d Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sun, 24 Jul 2016 14:24:11 +0800 Subject: [PATCH 1/4] Create Living_Death.txt --- projects/mtg/bin/Res/test/Living_Death.txt | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 projects/mtg/bin/Res/test/Living_Death.txt diff --git a/projects/mtg/bin/Res/test/Living_Death.txt b/projects/mtg/bin/Res/test/Living_Death.txt new file mode 100644 index 000000000..a6bcfa8d4 --- /dev/null +++ b/projects/mtg/bin/Res/test/Living_Death.txt @@ -0,0 +1,43 @@ +#Bug: Haste from legendary lords. It seems failed logic on cantattack, this is a specific order to reproduce it +[INIT] +UNTAP +[PLAYER1] +inplay:Worry Beads,swamp,forest,plains +graveyard:394548, 394548 +library:Krosan Cloudscraper +hand:Living Death,Dark Ritual +manapool:{2}{B}{B}{G} +[PLAYER2] +[DO] +next +#upkeep +next +#draw +next +#firstmain +swamp +forest +plains +Dark Ritual +Living Death +choice 0 +next +#begins +next +#attack +Krosan Cloudscraper +Dragonlord Kolaghan +next +#block +next +#damage +next +#end +[ASSERT] +COMBATEND +[PLAYER1] +inplay:394548, Krosan Cloudscraper, Worry Beads,swamp,forest,plains +graveyard:*, Living Death, Dark Ritual +[PLAYER2] +life:1 +[END] From 44cbd408ce44d271aa6c98c5fc8c10e5a99a2f0b Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sun, 24 Jul 2016 14:25:08 +0800 Subject: [PATCH 2/4] Update _tests.txt --- projects/mtg/bin/Res/test/_tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index dc83fac83..bb14f8a79 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -463,6 +463,7 @@ living_lands.txt livingweapon.txt lord_of_the_pit.txt lord_of_the_pit2.txt +Living_Death.txt magma_spray.txt manabarbs_dual_lands_i562.txt master_decoy.txt From 5e35dac1da865d82683f040bf28a384e46053b86 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sun, 24 Jul 2016 17:51:26 +0800 Subject: [PATCH 3/4] Update Living_Death.txt --- projects/mtg/bin/Res/test/Living_Death.txt | 29 +++++++++++++++------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/projects/mtg/bin/Res/test/Living_Death.txt b/projects/mtg/bin/Res/test/Living_Death.txt index a6bcfa8d4..4f89aebd3 100644 --- a/projects/mtg/bin/Res/test/Living_Death.txt +++ b/projects/mtg/bin/Res/test/Living_Death.txt @@ -1,11 +1,11 @@ -#Bug: Haste from legendary lords. It seems failed logic on cantattack, this is a specific order to reproduce it +#Bug: Haste from legendary lords [INIT] UNTAP [PLAYER1] inplay:Worry Beads,swamp,forest,plains -graveyard:394548, 394548 +graveyard:99, Dragonlord Kolaghan library:Krosan Cloudscraper -hand:Living Death,Dark Ritual +hand:5556,Dark Ritual,651,Animate Dead,Exhume manapool:{2}{B}{B}{G} [PLAYER2] [DO] @@ -19,25 +19,36 @@ swamp forest plains Dark Ritual -Living Death +651 +Animate Dead +Krosan Cloudscraper +5556 +choice 0 +Dragonlord Kolaghan +5556 +choice 0 +99 +choice 0 +Dragonlord Kolaghan choice 0 next #begins next #attack Krosan Cloudscraper -Dragonlord Kolaghan +99 next #block next #damage next #end +eot [ASSERT] -COMBATEND +UNTAP [PLAYER1] -inplay:394548, Krosan Cloudscraper, Worry Beads,swamp,forest,plains -graveyard:*, Living Death, Dark Ritual +inplay:99, Krosan Cloudscraper, Worry Beads,swamp,forest,plains,Animate Dead +graveyard:Dragonlord Kolaghan, Exhume, Dark Ritual, 651, 5556 [PLAYER2] -life:1 +life:2 [END] From 4a73e90da8f2cb3e4b9b62d1ea91e620e24a9d25 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sun, 24 Jul 2016 20:19:58 +0800 Subject: [PATCH 4/4] remove test temporarily --- projects/mtg/bin/Res/test/_tests.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index bb14f8a79..dc83fac83 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -463,7 +463,6 @@ living_lands.txt livingweapon.txt lord_of_the_pit.txt lord_of_the_pit2.txt -Living_Death.txt magma_spray.txt manabarbs_dual_lands_i562.txt master_decoy.txt