Commit Graph

2 Commits

Author SHA1 Message Date
Cal Corum
93eb393e5a Fix bestiary compendium _key prefix for Actor type
Changed _key from !items! to !actors! in all 92 bestiary JSON files.
Actor compendiums require the !actors! prefix to be recognized by Foundry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 13:15:37 -06:00
Cal Corum
0325343931 Fix spell cast dialog buttons and add scrollbar support
- Remove duplicate event listeners from SpellCastDialog._onRender()
  (favor/hinder and modifier presets are handled by parent class)
- Add scrollbar support to all roll dialogs via .window-content styling
  (overflow-y: auto, max-height: 80vh, custom scrollbar)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 14:47:02 -06:00