JDCalvert / FVTT-PF2e-Ranged-Combat

A module for the Foundry VTT Pathfinder 2e system that provides helper effects and macros for ranged combat.
5 stars 16 forks source link

wrap the strikes in prepareStrike to set consumeAmmo to false #177

Closed dcoffee closed 7 months ago

dcoffee commented 7 months ago

fixes #174

Since there is a check at the start of a strike's roll functions for the consumeAmmo parameter, separate from the call to the consumeAmmo() function which is already patched, wrap the roll functions to force the paramter to false.