Fix logic to display gear that can be equipped and editing the equipped attribute

This commit is contained in:
Oliver-Akins 2025-01-26 11:32:14 -07:00
parent a129b364a2
commit aa05cdde46
3 changed files with 3 additions and 1 deletions

View file

@ -72,6 +72,7 @@ export class ProtectorData extends foundry.abstract.TypeDataModel {
type: `boolean`,
label: `RipCrypt.common.equipped`,
value: this.equipped,
path: `system.equipped`,
});
};