Erwan
-fix a crash when the AI tries to use a spell with X in the manacost
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user