32 lines
499 B
Plaintext
32 lines
499 B
Plaintext
#Does the limit work well on Rootwalla's ability ?
|
|
#player 1 tries to activate it twice. Does he get the manaburn because of the one time that didn't work ?
|
|
#does player 2 get 4 damages ?
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:129707
|
|
manapool:{G}{G}{G}{G}
|
|
[PLAYER2]
|
|
[DO]
|
|
129707
|
|
129707
|
|
next
|
|
#combat begin
|
|
next
|
|
#combat attackers
|
|
129707
|
|
next
|
|
#combat blockers
|
|
next
|
|
#damages
|
|
next
|
|
#combatend
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
life:18
|
|
inplay:129707
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:16
|
|
[END] |