24 lines
219 B
Plaintext
24 lines
219 B
Plaintext
#Pass phases
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
[PLAYER2]
|
|
[DO]
|
|
next
|
|
#combat begin
|
|
next
|
|
#attackers
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#combat end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
life:20
|
|
[PLAYER2]
|
|
life:20
|
|
[END]
|