More simple

This commit is contained in:
Carlos Fernandez 2026-03-11 05:47:34 -04:00
parent 1997abafac
commit e28ef99472

View file

@ -219,8 +219,8 @@ export default class DhHomebrew extends foundry.abstract.DataModel {
result[key].id = key; result[key].id = key;
return result; return result;
}, {}), }, {}),
...CONFIG.DH.RESOURCE[actorType].base, ...config.base,
...CONFIG.DH.RESOURCE[actorType].custom, ...config.custom,
}); });
} }
} }