Files
wagic/projects/mtg/bin/Res/test/generic/phases.txt
jean.chalard 5b473a1505 J :
* Fix almost all tests.
* This version "nearly" works.
2009-09-07 14:37:32 +00:00

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]