RedReign / FoundryVTT-BetterRolls5e

A module for modifying certain sheet functions on Foundry VTT Character sheets for D&D 5th Edition.
GNU General Public License v3.0
36 stars 67 forks source link

Ammo not firing #386

Open Zarhog opened 2 years ago

Zarhog commented 2 years ago

When equiping Ammo to a ranged weapon Better rolls forces this output

image

sKRiBEL commented 2 years ago

Zakkon Zoom made a fix here: https://gitlab.com/-/snippets/2309757

Just replace custom-roll.js with the code provided.

sKRiBEL commented 2 years ago

Another alternative is @Larkinabout's fork of the Module: https://github.com/Larkinabout/FoundryVTT-BetterRolls5e/tree/1.7.4

Larkinabout commented 2 years ago

My 1.7.4 release broke resource/item use consumption. Go for this one: https://github.com/Larkinabout/FoundryVTT-BetterRolls5e/releases/tag/1.7.5

ArdensMortius commented 2 years ago

add 3 lines at custom-roll.js at line №704

        if (ammoUpdate[0] != null)
        {
            ammoUpdate = ammoUpdate[0];             
        }