-fix a crash when the AI tries to use a spell with X in the manacost
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-28 14:12:50 +00:00
parent f7331b7066
commit d9464f53c2
6 changed files with 51 additions and 8 deletions
@@ -0,0 +1,20 @@
#Bug:Does ai correctly cast Howl From Beyond on its creatures ?
[INIT]
SECONDMAIN
[PLAYER1]
inplay:grizzly bears,raging goblin,goblin king
[PLAYER2]
hand:howl from beyond
inplay:air elemental,swamp,plains,swamp,mountain,forest
[DO]
ai
ai
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Wildslayer Elves,Armadillo Cloak
life:25
[PLAYER2]
graveyard:grizzly bears
life:17
[END]
@@ -0,0 +1,19 @@
#Bug:Does ai correctly cast Serpent Assassin on opponent's creatures ?
[INIT]
SECONDMAIN
[PLAYER1]
[PLAYER2]
hand:serpent assassin
inplay:air elemental,swamp,plains,swamp,mountain,forest,raging goblin,goblin king
[DO]
ai
ai
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Wildslayer Elves,Armadillo Cloak
life:25
[PLAYER2]
graveyard:grizzly bears
life:17
[END]