From ae8893617fb838d8a9b7267a13f4a2174f8d0cc2 Mon Sep 17 00:00:00 2001 From: "anthonycalosa@gmail.com" Date: Tue, 5 Feb 2013 04:02:26 +0000 Subject: [PATCH] Shifting sliver evasion doesn't work with creatures with protection from color --- .../Res/test/bugs/Shifting_Sliver_i936.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/Shifting_Sliver_i936.txt diff --git a/projects/mtg/bin/Res/test/bugs/Shifting_Sliver_i936.txt b/projects/mtg/bin/Res/test/bugs/Shifting_Sliver_i936.txt new file mode 100644 index 000000000..dd900e9b6 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/Shifting_Sliver_i936.txt @@ -0,0 +1,24 @@ +#Testing Shifting Sliver evasion ability vs protection from blue +[INIT] +combatattackers +[PLAYER1] +inplay:Shifting Sliver,Crystalline Sliver +life:20 +[PLAYER2] +inplay:Guma +life:20 +[DO] +Shifting Sliver +Crystalline Sliver +next +Guma +eot +[ASSERT] +untap +[PLAYER1] +inplay:Shifting Sliver,Crystalline Sliver +life:20 +[PLAYER2] +inplay:Guma +life:16 +[END]