From 44707a6397925122d6b4fdb3b6877ac163e58134 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sat, 22 Jan 2022 22:06:08 +0100 Subject: [PATCH] Fix glitches --- templates/actor-sheet.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index ff5ab36..9c65e97 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -59,7 +59,14 @@ {{#each data.secondary as |stat2 key|}}
  • -

    {{stat2.label}}

    +

    {{stat2.label}}
    + {{#if (eq key "health")}} + (KOV -{{stat2.max}}) + {{/if}} + {{#if (eq key "delirium")}} + (MV -{{stat2.max}}) + {{/if}} +