- fix armadillo cloak test + fix damage assignation step. A side effect is that when clicking on "Go", the game goes to the Damage step instead of going to the combat step. I believe this is acceptable but let me know if this feels weird when playing - daily build
35 lines
495 B
Plaintext
35 lines
495 B
Plaintext
#Bug:lifelink and wither
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:Wildslayer Elves
|
|
hand:Armadillo Cloak
|
|
manapool:{1}{G}{W}
|
|
[PLAYER2]
|
|
inplay:grizzly bears
|
|
[DO]
|
|
armadillo cloak
|
|
Wildslayer Elves
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
Wildslayer elves
|
|
next
|
|
#blockers
|
|
grizzly bears
|
|
next
|
|
#combat damage ->Guicombat
|
|
next
|
|
#combat damage assigned
|
|
next
|
|
#combat end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:Wildslayer Elves,Armadillo Cloak
|
|
life:25
|
|
[PLAYER2]
|
|
graveyard:grizzly bears
|
|
life:17
|
|
[END] |