J0N4TH4N - tokens problem

This commit is contained in:
leungclj
2009-09-25 10:32:29 +00:00
parent e85f2afec8
commit c68ad46ee8
2 changed files with 23 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ wall_of_diffusion2.txt
welkin_hawk.txt
white_knight1.txt
wrath_of_god.txt
wrath_of_god2.txt
zombie_master.txt
zombify.txt
########################

View File

@@ -0,0 +1,22 @@
#does wrath of god destroy all creature including tokens?
[INIT]
FIRSTMAIN
[PLAYER1]
hand:193751,Wrath of God
manapool:{3}{R}{R}{2}{W}{W}
[PLAYER2]
inplay:Grizzly Bears
[DO]
193751
wrath of god
next
next
next
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:193751,wrath of god
manapool:{0}
[PLAYER2]
graveyard:Grizzly Bears
[END]