Attribute Item Subtype #76
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue