fix typo
This commit is contained in:
parent
85ec5faec2
commit
b157cff67a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export class DS4Actor extends Actor<DS4ActorDataType, DS4ItemDataType, DS4Item>
|
|||
this._prepareCombatValues();
|
||||
}
|
||||
|
||||
/** The list of properties that are dericed, in dot notation */
|
||||
/** The list of properties that are derived from others, given in dot notation */
|
||||
get derivedDataProperties(): Array<string> {
|
||||
return Object.keys(DS4.combatValues)
|
||||
.map((combatValue) => `data.combatValues.${combatValue}.base`)
|
||||
|
|
Loading…
Reference in a new issue