diff --git a/module/data/settings/Homebrew.mjs b/module/data/settings/Homebrew.mjs index 9a05ce54..c93bc417 100644 --- a/module/data/settings/Homebrew.mjs +++ b/module/data/settings/Homebrew.mjs @@ -219,8 +219,8 @@ export default class DhHomebrew extends foundry.abstract.DataModel { result[key].id = key; return result; }, {}), - ...CONFIG.DH.RESOURCE[actorType].base, - ...CONFIG.DH.RESOURCE[actorType].custom, + ...config.base, + ...config.custom, }); } }