Prevent aboveTheFold attributes from being listed in the tab

This commit is contained in:
Oliver 2026-04-25 22:30:24 -06:00
parent 4284340b87
commit dbaac0cf29

View file

@ -314,6 +314,8 @@ export class PlayerSheet extends
const groups = new Map();
const attrs = this.actor.itemTypes.attribute ?? [];
for (const attr of attrs) {
if (attr.system.aboveTheFold) { continue };
const groupName = attr.system.group ?? "Attributes";
if (!groups.has(groupName)) {
groups.set(groupName, {