- 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
31 lines
433 B
Plaintext
31 lines
433 B
Plaintext
#New blockers reordering rule
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:Puppeteer
|
|
[PLAYER2]
|
|
inplay:raging goblin,Drudge Skeletons
|
|
[DO]
|
|
Puppeteer
|
|
next
|
|
#blockers
|
|
raging goblin
|
|
Drudge Skeletons
|
|
next
|
|
#blockers order
|
|
Drudge Skeletons
|
|
next
|
|
#combat damage ->Gui
|
|
next
|
|
#combat damage
|
|
next
|
|
#combat end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
graveyard:Puppeteer
|
|
[PLAYER2]
|
|
graveyard:Drudge Skeletons
|
|
inplay:raging goblin
|
|
[END]
|