Tests for new "fizzleto" keyword

This commit is contained in:
pankdm
2013-10-08 23:18:56 +00:00
parent 0c6d77daa0
commit eea88cdeb5
4 changed files with 85 additions and 0 deletions
@@ -0,0 +1,26 @@
# Testing fizzleto(exile) taking Dissipate as example
[INIT]
FIRSTMAIN
[PLAYER1]
hand:bad moon
manapool:{1}{B}
[PLAYER2]
hand:Dissipate
manapool:{1}{U}{U}
[DO]
bad moon
no
yes
Dissipate
bad moon
endinterruption
[ASSERT]
FIRSTMAIN
[PLAYER1]
manapool:{0}
life:20
[PLAYER2]
graveyard:Dissipate
manapool:{0}
life:20
[END]