foundryvtt / unfulfilled-rolls

A module that allows individual rolls to be fulfilled by other sources
MIT License
3 stars 5 forks source link

[Bug] Manual Rolls Not Promting for all But D20 #11

Closed 117ksk closed 1 year ago

117ksk commented 1 year ago

Setting both D20 and D8 to "Manual Input" but only D20 registering manual prompts.

Running "/r 1d20" results in correct prompt for manual inputs. Running "/r 1d8" results in automatic roll despite settings Running "/r 1d20 + 1d8" results in correct prompt for manual inputs.

This example behavior occurs with other dice as well (d6, d10, etc) with d20 always working and others always not (unless paired with d20 rolls).

Please let me know what additional info would be helpful.