From dbaac0cf29e8cbdfc7e2b346f8b3d20b995e7835 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 25 Apr 2026 22:30:24 -0600 Subject: [PATCH] Prevent aboveTheFold attributes from being listed in the tab --- module/apps/PlayerSheet.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/apps/PlayerSheet.mjs b/module/apps/PlayerSheet.mjs index 2de0305..1d59527 100644 --- a/module/apps/PlayerSheet.mjs +++ b/module/apps/PlayerSheet.mjs @@ -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, {