You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you running the latest version of both Foundry VTT and Call of Cthulhu 7th Edition?
Have you tested whether the bug persists without any other modules activated or on Foundry Launch in Safe Configuration?
Description.
When XP gain is on and "Display chat message immediately" option in the Dice So Nice module is disabled, the development flag is displayed before the role result is displayed and the success or failure of the skill is known.
Expected Behavior.
The development flag appear at the same time as chat cards.
This function is called from multiple places. A refactor of the check system is needed to call this function at a later point depending on method of showing the 3d dice. This will not be completed before the next release.
Prerequisites.
Description.
When XP gain is on and "Display chat message immediately" option in the Dice So Nice module is disabled, the development flag is displayed before the role result is displayed and the success or failure of the skill is known.
Expected Behavior.
The development flag appear at the same time as chat cards.
Possible Fix.
Changing flagForDevelopement() in the link part of module/check.js as follows works pseudo.
I'm a JavaScript newbie, so there must be a better way.
https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/blob/develop/module/check.js#L1423-L1426
before
after
The text was updated successfully, but these errors were encountered: