This commit is contained in:
WBHarry 2025-07-05 22:29:59 +02:00
parent af24b5064e
commit baa7f6352e
10 changed files with 10 additions and 11 deletions

View file

@ -205,7 +205,7 @@ export default class DhCharacter extends BaseDataActor {
companionFeatures = [],
features = [];
for (var item of this.parent.items) {
for (let item of this.parent.items) {
if (item.system.type === CONFIG.DH.ITEM.featureTypes.ancestry.id) {
ancestryFeatures.push(item);
} else if (item.system.type === CONFIG.DH.ITEM.featureTypes.community.id) {