- 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
+3 -1
View File
@@ -28,6 +28,7 @@ ardakar_wastes.txt
ascendant_evincar.txt
ascendant_evincar2.txt
ascendant_evincar3.txt
ashen_firebeast.txt
blessed_wine.txt
bottle_gnomes.txt
boggart_arsonists.txt
@@ -119,4 +120,5 @@ zombify.txt
########################
#Momir Basic Tests
########################
momir/keldon_warlord.txt
momir/keldon_warlord.txt
momir/overcost.txt
@@ -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]
@@ -0,0 +1,18 @@
#Testing That Paying a great cost does not crash momir
MOMIR
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{20}
hand:plains
[PLAYER2]
[DO]
plains
choice 1
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:plains
inplay:*
[PLAYER2]
[END]