reyzor1991 / foundry-vtt-pf2e-action-support

Apache License 2.0
0 stars 4 forks source link

Shuriken and Hunted Shot Macro #33

Closed atleticano-snp closed 10 months ago

atleticano-snp commented 1 year ago

The Hunted Shot Macro does not works with shuriken, which has the Reload 0.

I believe its because the macro check for ammunition in line 3, and the shuriken in pf2e system is throwing, stacking itself.

".filter( h => h.visible && h.item?.isRanged && h.item?.ammo)"