We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These work as expected:
/r 1d10 + (3/2)
/r 1d10 + (floor(3/2))
These throw an error:
/r 1d10 + 3/2
/r 1d10 + floor(3/2)
Tested similar rolls in a different system with zero issues.
The text was updated successfully, but these errors were encountered:
I'll try working on this if that's all right
Sorry, something went wrong.
[#3895] Fix error thrown when simplifying certain roll expressions.
4634d08
Fyorl
Successfully merging a pull request may close this issue.
These work as expected:
/r 1d10 + (3/2)
/r 1d10 + (floor(3/2))
These throw an error:
/r 1d10 + 3/2
/r 1d10 + floor(3/2)
Tested similar rolls in a different system with zero issues.
The text was updated successfully, but these errors were encountered: