32 lines
423 B
Plaintext
32 lines
423 B
Plaintext
#this is testing that bloodhall gets only 1 counter for the green grizzly inplay making it a 2/2.
|
|
[INIT]
|
|
SECONDMAIN
|
|
[PLAYER1]
|
|
[PLAYER2]
|
|
inplay:bloodhall ooze,grizzly bears
|
|
[DO]
|
|
eot
|
|
next
|
|
choice 0
|
|
next
|
|
#draw
|
|
next
|
|
#main
|
|
next
|
|
#being
|
|
next
|
|
#attackers
|
|
bloodhall ooze
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#combatend
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
life:18
|
|
[PLAYER2]
|
|
inplay:bloodhall ooze,grizzly bears
|
|
[END] |