Files
wagic/projects/mtg/bin/Res/test/belligerent_hatchling.txt
jean.chalard 5b473a1505 J :
* Fix almost all tests.
* This version "nearly" works.
2009-09-07 14:37:32 +00:00

33 lines
405 B
Plaintext

#Bug: Belligerent Hatchling doesn't lose its counters
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{R}
inplay:belligerent hatchling
hand:shock
[PLAYER2]
[DO]
shock
p2
next
#begin
next
#attackers
belligerent hatchling
next
#blockers
next
#first strike
next
#damage
next
#end of combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:belligerent hatchling
graveyard:shock
[PLAYER2]
life:15
[END]