Attribute Item Subtype #76
1 changed files with 2 additions and 0 deletions
|
|
@ -314,6 +314,8 @@ export class PlayerSheet extends
|
||||||
const groups = new Map();
|
const groups = new Map();
|
||||||
const attrs = this.actor.itemTypes.attribute ?? [];
|
const attrs = this.actor.itemTypes.attribute ?? [];
|
||||||
for (const attr of attrs) {
|
for (const attr of attrs) {
|
||||||
|
if (attr.system.aboveTheFold) { continue };
|
||||||
|
|
||||||
const groupName = attr.system.group ?? "Attributes";
|
const groupName = attr.system.group ?? "Attributes";
|
||||||
if (!groups.has(groupName)) {
|
if (!groups.has(groupName)) {
|
||||||
groups.set(groupName, {
|
groups.set(groupName, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue