-
Notifications
You must be signed in to change notification settings - Fork 6
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
damage roll evaluation is broken on 4.0.0 #76
Comments
What version of Advantage Reminder are you using and what exactly is the error here (meaning what do you expect to see in the dialog and eventual roll)? |
Very unexpected since AR doesn't touch the damage parts or roll data. I'll take a look |
It looks like a bug with the dnd5e system itself. I ran a test where I started to comment out code that AR uses during damage rolls, in the Hooks.once("dnd5e.preRollDamage", console.log); I don't think dnd5e's 4.0.1 update fixed it since there isn't any code change around that hook. I'll test it on 4.0.1 and see if it happens there, and if so, create an issue w/ them. |
Confirmed that it is a system bug and reported it there: foundryvtt/dnd5e#4285. I'm putting the finishing touches on a v4.0-compatible release and plan on finishing that up in the next day. It will fix this issue since the new version doesn't use that hook but a new one that'll avoid the issue altogether. I have confirmed that in the code I'm working on. |
The text was updated successfully, but these errors were encountered: