- a few bug fixes with cards that bring other cards back to play (zombify, resurrection...) - bug fix with abilities parsing "reachshadow" - a few card fixes
24 lines
319 B
Plaintext
24 lines
319 B
Plaintext
#Bug: Wall of diffusion has reach
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:air elemental
|
|
[PLAYER2]
|
|
inplay:wall of diffusion
|
|
[DO]
|
|
air elemental
|
|
next
|
|
#blockers
|
|
wall of diffusion
|
|
next
|
|
#damage
|
|
next
|
|
#end
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:air elemental
|
|
[PLAYER2]
|
|
inplay:wall of diffusion
|
|
life:16
|
|
[END] |