Files
wagic/projects/mtg/bin/Res/test/wontfix/bravado_i190.txt
wagic.the.homebrew@gmail.com ac50198962 Erwan
-random cleanup
-fix issue 180 (for AI issues) by exchanging the two lines
2009-11-21 14:01:02 +00:00

29 lines
692 B
Plaintext

#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]