-random cleanup
-fix issue 180 (for AI issues) by exchanging the two lines
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-21 14:01:02 +00:00
parent e1720415d1
commit ac50198962
8 changed files with 182 additions and 132 deletions
@@ -0,0 +1,28 @@
#NAME: Bravado on opponent's creature
#DESC: Bug: Bravado works correctly when cast on
#DESC: one's own creature, but incorrectly if cast
#DESC: on an opponent's creature. Unfortunately
#DESC: that's exactly what the AI does when it
#DESC: gets the card in Random Deck mode.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=190
[INIT]
firstmain
[PLAYER1]
inplay:Craw Wurm,Raging Goblin,Scryb Sprites
hand:Bravado,Shock
manapool:{R}{R}{R}
[PLAYER2]
inplay:Grizzly Bears
[DO]
Bravado
Grizzly Bears
Shock
Grizzly Bears
[ASSERT]
firstmain
[PLAYER1]
inplay:Craw Wurm,Raging Goblin,Scryb Sprites,Bravado
graveyard:Shock
[PLAYER2]
graveyard:Grizzly Bears
[END]
@@ -0,0 +1,21 @@
#Bug: Rain of filth crashes the game
# http://code.google.com/p/wagic/issues/detail?id=206
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:metallic sliver
hand:psionic sliver
manapool:{4}{U}
[PLAYER2]
[DO]
psionic sliver
metallic sliver
p2
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:psionic sliver
graveyard:metallic sliver
[PLAYER2]
life:18
[END]