corrected steelclad_serpent2 test missing choice 0 and p2. ai proliferate test was not failing for me. it was sucessful on each run. note 100% pass on this rev.
31 lines
374 B
Plaintext
31 lines
374 B
Plaintext
#Stasis : will my grizzly bears attack twice, or will they stay untapped ?
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay: 1250,1225
|
|
[PLAYER2]
|
|
[DO]
|
|
1250
|
|
eot
|
|
eot
|
|
#untap player 1
|
|
next
|
|
#draw
|
|
next
|
|
#main 1
|
|
next
|
|
#combat begins
|
|
next
|
|
#attackers
|
|
1250
|
|
next
|
|
#combat end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:1250
|
|
graveyard:1225
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:18
|
|
[END] |