v0.7.4
Pre-release
Pre-release
Fixed
- Fixed a race condition that silently disabled the socketlib integration. socketlib fires its own "socketlib.ready" event synchronously inside its
inithook; if socketlib's init happened to run before this module's, the listener was registered after the event had already fired and never received it for the rest of the session — so spending inspiration that belonged to another character in shared mode silently did nothing whenever socketlib was relied on. Fixed by checking for socketlib's global object directly first, only waiting on the event if it truly isn't ready yet.
Requirements
- Foundry VTT v13.341+
- dnd5e system v5.0.0+
- Tidy5e Sheet (optional, quadrone theme) for native counter integration
- socketlib (optional) improves reliability of one specific case in shared mode