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:
commit
c23c67280f
9 changed files with 99 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ export async function createItemFromElement(target, { parent } = {}) {
|
|||
const type = data.defaultItemType;
|
||||
await Item.createDialog(
|
||||
{ type },
|
||||
{ parent },
|
||||
{ parent, showEquipPrompt: false },
|
||||
{
|
||||
types,
|
||||
folders: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue