42 lines
502 B
Plaintext
42 lines
502 B
Plaintext
#Testing Animate dead on a fire elemental in opponent's graveyard, then testing if the elemental can be killed
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:1143
|
|
manapool:{B}{R}
|
|
[PLAYER2]
|
|
inplay:1239
|
|
graveyard:1290
|
|
[DO]
|
|
1143
|
|
1290
|
|
eot
|
|
#untap
|
|
next
|
|
#upkeep
|
|
next
|
|
#draw
|
|
next
|
|
#main 1
|
|
next
|
|
#cbt begins
|
|
next
|
|
#attackers
|
|
1239
|
|
next
|
|
#defensers
|
|
1290
|
|
next
|
|
#damage
|
|
next
|
|
#combat end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
graveyard:1143
|
|
manapool:{0}
|
|
life:20
|
|
[PLAYER2]
|
|
graveyard:1290,1239
|
|
life:20
|
|
[END] |