- Fixed Damage All (Ashen Firebeast/ See test)
- Fixed Momir crash if no card with corresponding mana cost exists
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-28 09:42:52 +00:00
parent 821a422149
commit 1a21ca454a
7 changed files with 92 additions and 11 deletions
@@ -0,0 +1,20 @@
#Testing Ashen firebeast: {1}{R}: Ashen Firebeast deals 1 damage to each creature without flying.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Ashen Firebeast,Benalish Hero,Birds of Paradise
manapool:{1}{R}
[PLAYER2]
inplay:plague rats,drudge skelettons,El_Hajaj,Air elemental
[DO]
Ashen Firebeast
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Benalish Hero
inplay:Ashen Firebeast,Birds of Paradise
manapool:{0}
[PLAYER2]
graveyard:plague rats,drudge skelettons,El_Hajaj
inplay:Air elemental
[END]