26 lines
473 B
Plaintext
26 lines
473 B
Plaintext
#Testing Evolve : Evolve should trigger also
|
|
#for creature token generated from battlefield
|
|
#I reverse the order in play for creature so that when
|
|
#test suite starts the evolve will not trigger before hand.
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:Utvara Hellkite,Cloudfin Raptor
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
Cloudfin Raptor
|
|
Utvara Hellkite
|
|
next
|
|
next
|
|
next
|
|
next
|
|
next
|
|
[ASSERT]
|
|
END
|
|
[PLAYER1]
|
|
inplay:Cloudfin Raptor,Utvara Hellkite,*
|
|
[PLAYER2]
|
|
life:13
|
|
[END]
|