Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
Showing only changes of commit 2c915c82e8 - Show all commits

View file

@ -345,7 +345,7 @@ export class PlayerSheet extends
ctx.itemGroups.push({ ctx.itemGroups.push({
name: groupName.titleCase(), name: groupName.titleCase(),
items: preparedItems, items: preparedItems,
weight: config.weightFormatter(totalWeight), weight: config.weightFormatter(summedWeight),
}); });
}; };