Files
wagic/projects/mtg/bin/Res/test/belligerent_hatchling.txt
T
wagic.the.homebrew@gmail.com 02d6e5e8f7 Erwan
- InGame Text display is now an option 
- Fixed *Duos in SHM, benalish knight, beeligerent hatchling, removed demigod of revenge (needs extensive testing)
- added "ueot" for p/t and abilities gaining in the parser, as part as the fix for safehold duo
2009-08-14 13:17:58 +00:00

30 lines
382 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
#damage
next
#end of combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:belligerent hatchling
graveyard:shock
[PLAYER2]
life:15
[END]