- 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
+2
View File
@@ -116,6 +116,7 @@ counterspell3.txt
counterspell4.txt
creature_bond.txt
crimson_kobolds.txt
crumble.txt
crystal_rod_i172.txt
dauntless_escort.txt
dauthi_embrace.txt
@@ -170,6 +171,7 @@ harpoon_sniper.txt
hellfire.txt
howl_from_beyond.txt
howl_of_the_night_pack.txt
hurricane.txt
hyalopterous_lemure.txt
hymn_of_rebirth.txt
hypnotic_specter.txt
+19
View File
@@ -0,0 +1,19 @@
#Test Crumble life
[INIT]
FIRSTMAIN
[PLAYER1]
hand:crumble
manapool:{G}
[PLAYER2]
inplay:colossus of Sardia
[DO]
crumble
colossus of sardia
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:crumble
[PLAYER2]
graveyard:colossus of sardia
life:29
[END]
+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]