diff --git a/projects/mtg/bin/Res/sets/ZEN/_cards.dat b/projects/mtg/bin/Res/sets/ZEN/_cards.dat index c200ad52d..b140ae903 100644 --- a/projects/mtg/bin/Res/sets/ZEN/_cards.dat +++ b/projects/mtg/bin/Res/sets/ZEN/_cards.dat @@ -1350,7 +1350,7 @@ name=Tanglesap mana={1}{G} type=Instant text=Prevent all combat damage that would be dealt this turn by creatures without trample. -auto=preventAllCombatDamage from all(creature[-trample]) ueot +auto=preventAllCombatDamage from(creature[-trample]) ueot rarity=C [/card] [card] diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 1a7f46453..52597868c 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -299,6 +299,7 @@ stronghold_discipline.txt sword_to_plowshares.txt sylvan_scrying_i195.txt symbiotic_wurm.txt +tanglesap.txt telekinetic_sliver.txt terror.txt terror2.txt diff --git a/projects/mtg/bin/Res/test/tanglesap.txt b/projects/mtg/bin/Res/test/tanglesap.txt new file mode 100644 index 000000000..18cd2ae9c --- /dev/null +++ b/projects/mtg/bin/Res/test/tanglesap.txt @@ -0,0 +1,35 @@ +#Test:Prevent all combat damage that would be dealt by creatures without trample. +[INIT] +FIRSTMAIN +[PLAYER1] +hand:Tanglesap,195158 +inplay:Runeclaw Bear,Baloth Woodcrasher +manapool:{G} +[PLAYER2] +inplay:grizzly bears +[DO] +195158 +195158 +Tanglesap +next +#begin +next +#attackers +Runeclaw Bear +Baloth Woodcrasher +next +#blockers +grizzly bears +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +graveyard:Tanglesap +inplay:Baloth Woodcrasher,Runeclaw Bear +[PLAYER2] +inplay:grizzly bears +life:12 +[END] \ No newline at end of file