bmarian / token-tooltip-alt

A module that adds a tooltip next to the currently hovered token to show some useful information for players and DMs.
MIT License
9 stars 15 forks source link

Fix a bug where computed disposition would be misaligned with real disposition. #121

Closed Testbaby02 closed 1 year ago

Testbaby02 commented 1 year ago

Foundry v11 stores disposition as a value ranging from -2 for "secret" to +2 for "owned". This is a change from v10 where this value would range from -1 to +3. This PR fixes the way this module understands disposition.

Testbaby02 commented 1 year ago

Closing pull request as the scope of the changes to this branch got out of hand. The fix is still valid, but only for v11.