JON4TH4N - (ZEN) tanglesap fixed and tested and work but my test told me there was error regarding number of cards in play.... please check.

This commit is contained in:
leungclj
2009-12-03 17:32:40 +00:00
parent 0a894e72d0
commit 6061601c77
3 changed files with 37 additions and 1 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -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]