- Code cleanup
- fix issue 142 . This will lead to other issues for some cards. These issues can be fixed by using targetcontroller/controller...etc
- Added a few cards
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-21 09:40:14 +00:00
parent da9a82cff4
commit f924546dcc
16 changed files with 99 additions and 116 deletions
+21
View File
@@ -0,0 +1,21 @@
#Test Hurricane
[INIT]
FIRSTMAIN
[PLAYER1]
hand:hurricane
inplay:grizzly bears,air elemental
manapool:{4}{G}
[PLAYER2]
inplay:serra angel
[DO]
hurricane
[ASSERT]
FIRSTMAIN
[PLAYER1]
life:16
inplay:grizzly bears
graveyard:air elemental,hurricane
[PLAYER2]
graveyard:serra angel
life:16
[END]