Removed additional unneccessary getters

This commit is contained in:
WBHarry 2025-06-08 01:28:49 +02:00
parent 213a07b64c
commit bf1492b195
6 changed files with 7 additions and 392 deletions

View file

@ -76,7 +76,7 @@ export const featureProperties = {
},
spellcastingTrait: {
name: 'DAGGERHEART.FeatureProperty.SpellcastingTrait',
path: actor => actor.system.traits[actor.system.subclass.system.spellcastingTrait].data.value
path: actor => actor.system.traits[actor.system.class.subclass.system.spellcastingTrait].data.value
}
};