New source found from dndbeyond.com
This commit is contained in:
@@ -450,3 +450,6 @@ export function getFeatListContracts(contract) {
|
||||
var _a, _b;
|
||||
return (_b = (_a = contract === null || contract === void 0 ? void 0 : contract.definition) === null || _a === void 0 ? void 0 : _a.grantedFeats) !== null && _b !== void 0 ? _b : [];
|
||||
}
|
||||
export function getFeatLists(background) {
|
||||
return background.featLists;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user