Closed watcherdm closed 1 year ago
Currently when the 3d simulated dice are disabled via configuration, the dice roller generates invalid NaN values as the call to Random.range is passed a string ("dNN") as the max argument.
This change looks good and it fixes the issue. Just one minor syntax error that needs correcting and I can merge it in. Thanks for the fix!
Currently when the 3d simulated dice are disabled via configuration, the dice roller generates invalid NaN values as the call to Random.range is passed a string ("dNN") as the max argument.