- 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
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-08 13:45:52 +00:00
parent d45d526d6d
commit 91edaca882
13 changed files with 116 additions and 12 deletions
@@ -0,0 +1,18 @@
#Bug: Bloodfire colossus doesn't damage players
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:air elemental,grizzly bears,bloodfire colossus
manapool:{R}
[PLAYER2]
[DO]
bloodfire colossus
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:bloodfire colossus,air elemental,grizzly bears
manapool:{0}
life:14
[PLAYER2]
life:14
[END]