From d4393bc321287ab952a8772faa9ae6e31c69ff6a Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 28 Feb 2026 13:34:56 +0100 Subject: [PATCH] . --- module/config/itemConfig.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/config/itemConfig.mjs b/module/config/itemConfig.mjs index 4f1727e8..77328987 100644 --- a/module/config/itemConfig.mjs +++ b/module/config/itemConfig.mjs @@ -467,9 +467,7 @@ export const allArmorFeatures = () => { }; export const orderedArmorFeatures = () => { - const homebrewFeatures = game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew).itemFeatures - .armorFeatures; - const allFeatures = { ...armorFeatures, ...homebrewFeatures }; + const allFeatures = allArmorFeatures(); const all = Object.keys(allFeatures).map(key => { const feature = allFeatures[key]; return {