base highest priority

This commit is contained in:
Carlos Fernandez 2026-03-11 05:59:44 -04:00
parent 97c91e040a
commit 52eab2e24f

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.base,
...config.custom, ...config.custom,
...config.base,
}); });
} }
} }