-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
DF Manual Rolls: roll for melee damage does not use manual rolls, compatibility problem with PF2e Target Damage #488
Comments
I have implemented a fix for this that works for (probably) all dice rolls. What's the process for pushing it so that everyone can use it? |
@George1044 setup a PR that can be reviewed and then approved. Would you mind sharing the solution here? |
Awesome! Can you create a pull request for that? Was quite the annoying bug! |
Done I have setup a PR #493 . The issue was related to relying on having DiceTerms be on the top-level There was also an issue with how the terms were being evaluated, where it was also only evaluating the top-level The core solution lies here: dragonflagon-fvtt/df-manual-rolls/src/ManualRolls.ts Lines 39 to 58 in 527ad9c
|
Notable that DF Manual Rolls 2.4.0 shows a warning that last verified version is 10.288. I'm using Foundry 11 build 307 and Pathfinder2e 5.3.2.
Module
DF Manual Rolls 2.4.0
Describe the issue
Clicking damage or critical buttons in chat does not prompt for manual roll.
When PF2e Target Damage module is enabled, clicking damage or critical buttons in chat does nothing for melee strikes if manual rolls are enabled. Workaround: disable manual rolling, click the required button, re-enable manual rolling.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Manual roll prompt should be displayed when rolling for damage.
The text was updated successfully, but these errors were encountered: