From a2b6fd8dfcc71336507e79de896f9571acca58a3 Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Sun, 5 Oct 2025 16:27:50 -0600 Subject: [PATCH] Pass in the showEquipPrompt flag since we don't want it when making items directly from the sheet --- module/Apps/utils.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Apps/utils.mjs b/module/Apps/utils.mjs index 7c55ec4..d0c12e5 100644 --- a/module/Apps/utils.mjs +++ b/module/Apps/utils.mjs @@ -11,7 +11,7 @@ export async function createItemFromElement(target, { parent } = {}) { const type = data.defaultItemType; await Item.createDialog( { type }, - { parent }, + { parent, showEquipPrompt: false }, { types, folders: [],