Skip to content

v0.7.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:16
· 11 commits to main since this release

Fixed

  • Inspiration wasn't actually being spent when, in shared mode, a roll used inspiration that currently belonged to a different character (e.g. spending via the chat log's "Roll with inspiration," or an external module's own "use inspiration" prompt). The reroll would happen, but nothing was deducted. Root cause: the module relayed that specific request to another player's client over a plain module socket, which Foundry doesn't deliver reliably between two non-GM clients. Fixed by using socketlib (if installed) for a guaranteed background execution, or a GM-only-processed fallback otherwise — no approval needed from the GM, just a connected client. Spending your own inspiration, granting, and individual mode were never affected by this bug.

Requirements

  • Foundry VTT v13.341+
  • dnd5e system v5.0.0+
  • Tidy5e Sheet (optional, quadrone theme) for native counter integration
  • socketlib (optional) improves reliability of the one case described above