02d6e5e8f7
- 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
30 lines
382 B
Plaintext
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] |