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
Bug Report v2.5.0 — insect encyclopedia, fix hacking quip display on v14
- Add Bug Report feature: typing "Bug Report" in chat posts a random insect
or arthropod with flavour text, scientific name, type, origin, and fun
facts (100 built-in entries across beetles, moths, butterflies, ants,
bees, wasps, flies, true bugs, spiders, arachnids, dragonflies, mantises,
crickets, stick insects, myriapods, cockroaches, and more)
- Add data/bugs.json (100 entries) and data/custom-bugs.json (GM override)
- Add scripts/bug-report-quips.js following Timber Sentinel / Stellar
Harvest pattern; settings mirror the other generators
- Fix hacking quip display broken on Foundry v14: message.user.id threw a
TypeError when message.user was null, silently killing the quip; removed
the socket-based showQuip path (ChatMessage.create already broadcasts to
all clients) and simplified displayQuip to a direct create call — also
eliminates the double-message bug where the GM received its own socket
event and created a second quip
- Add v14 jQuery compatibility wrap in onRenderChatMessage
- Update module description to include Stellar Harvest and Bug Report
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>