- 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
35 lines
508 B
Plaintext
35 lines
508 B
Plaintext
#Bug: Hammerfist_giant does damage when it comes into play
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Hammerfist giant
|
|
inplay:air elemental,grizzly bears
|
|
manapool:{4}{R}{R}
|
|
[PLAYER2]
|
|
[DO]
|
|
hammerfist giant
|
|
next
|
|
#combat begin
|
|
next
|
|
#attackers
|
|
air elemental
|
|
grizzly bears
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#combat end
|
|
next
|
|
#main phase 2
|
|
hammerfist giant
|
|
[ASSERT]
|
|
SECONDMAIN
|
|
[PLAYER1]
|
|
inplay:air elemental,hammerfist giant
|
|
graveyard:grizzly bears
|
|
manapool:{0}
|
|
life:16
|
|
[PLAYER2]
|
|
life:10
|
|
[END] |