Files
wagic/projects/mtg/bin/Res/test/ashen_firebeast2.txt
wagic.the.homebrew@gmail.com 91edaca882 Erwan
- Ashen firebeast bug fix
- Small cards bug fixes
- Bloodfire colossus bug fix
- Graphical glitch in Opponent deck's choice when Deck name is too long... attempt to fix, let's be careful, no more than 9 letters in Deck names, please
- Updated Tranquil domain test. It was using cards that have been removed from the DB
- replaced /n/ with (n) in shop
2009-06-08 13:45:52 +00:00

18 lines
340 B
Plaintext

#Bug:Ashen firebeast crashes the game if used more than once
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:air elemental,grizzly bears,ashen firebeast
manapool:{2}{R}{R}
[PLAYER2]
[DO]
ashen firebeast
ashen firebeast
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:grizzly bears
inplay:air elemental,ashen firebeast
manapool:{0}
[PLAYER2]
[END]