MangoFVTT / fvtt-ready-set-roll-5e

A module for faster, easier, and more dynamic rolling in the D&D 5th Edition system for Foundry VTT.
GNU General Public License v3.0
39 stars 18 forks source link

[BUG] Initiative roll displaying combined value of 2d20 instead of 1d20 when Always Roll Multiple Dice is set #487

Open john-martinez-729 opened 3 weeks ago

john-martinez-729 commented 3 weeks ago

Description When the Always Roll Multiple Dice option is set, and an initiative roll is made, the value displayed shows the result of 2d20 + initiative modifiers.

The correct initiative roll (the first of the 2 d20s rolled, + initiative modifiers) is counted and tracked in the combat tracker. Screenshot 2024-09-08 153247

Rolling initiative through the Roll All and Roll NPCs buttons on the combat tracker rolls just a single d20, bypassing the Always Roll Multiple Dice option entirely.

Steps to Reproduce

  1. Toggle a creature's combat state (add it to the combat tracker)
  2. Perform an initiative check for that creature, either through the combat tracker or the character sheet.
  3. See error

Versions