Merge pull request #60 from Eldritch-Oliver/feature/embedded-item-creation

Add a way to create items from within the Hero sheet directly
This commit is contained in:
Oliver 2025-10-07 19:15:56 -06:00 committed by GitHub
commit c23c67280f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 99 additions and 3 deletions

View file

@ -11,7 +11,7 @@ export async function createItemFromElement(target, { parent } = {}) {
const type = data.defaultItemType;
await Item.createDialog(
{ type },
{ parent },
{ parent, showEquipPrompt: false },
{
types,
folders: [],