From 1974633aab718a0679f8dd75e91edc86446e1fe2 Mon Sep 17 00:00:00 2001 From: phBalance Date: Sat, 23 Dec 2023 21:30:15 -0700 Subject: [PATCH] fix(actor sheet): don't show characteristics for skills without rolls --- templates/actor/actor-sheet.hbs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/actor/actor-sheet.hbs b/templates/actor/actor-sheet.hbs index 60e4cc31..0beae675 100644 --- a/templates/actor/actor-sheet.hbs +++ b/templates/actor/actor-sheet.hbs @@ -345,13 +345,15 @@ {{/if}} - {{toLowerCase item.system.CHARACTERISTIC}} + {{#if item.system.roll}} + {{toLowerCase item.system.CHARACTERISTIC}} + {{/if}} {{#if item.system.roll}} - + {{/if}}