J0N4TH4N - kicker and counter half work (this will not pass test suit)

This commit is contained in:
leungclj
2009-09-27 10:56:21 +00:00
parent 5f652558b3
commit 433729bd43
4 changed files with 50 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ ankh_of_mishra.txt
arcanis_the_omnipotent.txt
arcanis_the_omnipotent2.txt
ardakar_wastes.txt
ardent_soldier.txt
argothian_enchantress.txt
armadillo_cloak.txt
ascendant_evincar.txt

View File

@@ -0,0 +1,34 @@
#Testing Kicker with counter
#BUG: kicker + counter = increase toughness, no change in power
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Ardent Soldier,shock
inplay:mountain
manapool:{1}{W}{2}
[PLAYER2]
[DO]
Ardent Soldier
eot
eot
next
next
next
next
next
Ardent Soldier
next
next
next
next
mountain
shock
Ardent Soldier
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:Ardent Soldier,mountain
graveyard:shock
[PLAYER2]
life:18
[END]