Closed dcoffee closed 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.
roll
consumeAmmo
consumeAmmo()
fixes #174
Since there is a check at the start of a strike's
roll
functions for theconsumeAmmo
parameter, separate from the call to theconsumeAmmo()
function which is already patched, wrap the roll functions to force the paramter to false.