60 lines
620 B
Plaintext
60 lines
620 B
Plaintext
#Testing That Brass Man untaps correctly for one mana
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:1099,1387,1388
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
1099
|
|
next
|
|
#blockers
|
|
next
|
|
#combatdamage
|
|
next
|
|
#endofcombat
|
|
next
|
|
#main phase 2
|
|
next
|
|
#eot
|
|
next
|
|
#cleanup
|
|
next
|
|
#untap 2
|
|
next
|
|
#upkeep 2
|
|
next
|
|
#draw 2
|
|
next
|
|
#main 2
|
|
next
|
|
#combatbegin 2
|
|
next
|
|
#attackers 2
|
|
next
|
|
#blockers 2
|
|
next
|
|
#combatdamage 2
|
|
next
|
|
#endofcombat 2
|
|
next
|
|
#main phase II 2
|
|
next
|
|
#eot 2
|
|
next
|
|
#cleanup 1
|
|
next
|
|
#untap 1
|
|
next
|
|
#upkeep 1
|
|
1387
|
|
1388
|
|
1099
|
|
[ASSERT]
|
|
UPKEEP
|
|
[PLAYER1]
|
|
inplay:1099,1387,1388
|
|
manapool:{G}
|
|
[PLAYER2]
|
|
life:19
|
|
[END] |