Fixed bug with preventing Melira from putting +1/+1 counters on creatures you control

This commit is contained in:
Dmitry Panin
2013-10-22 14:30:59 +04:00
parent f0977ebc04
commit 461eedd626
4 changed files with 62 additions and 20 deletions

View File

@@ -233,6 +233,7 @@ control_magic3.txt
control_magic4.txt
corrupt.txt
counsel_of_the_soratami.txt
countershroud.txt
counterspell.txt
counterspell2.txt
counterspell3.txt

View File

@@ -0,0 +1,36 @@
# Testing Melira, Sylvok Outcast (keyword "countershroud")
# Melira, Sylvok Outcast
# id=194274
# 2/2
# You can't get poison counters. Creatures you control can't have -1/-1 counters placed on them. Creatures your opponents control lose infect.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:194274,grizzly bears,Gavony Township
manapool:{2}{W}{G}
[PLAYER2]
[DO]
Gavony Township
choice 1
next
#combatbegins
next
#attackers
194274
grizzly bears
next
#blockers
next
#combatdamage
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
inplay:194274,grizzly bears,Gavony Township
manapool:{0}
[PLAYER2]
life:14
[END]