From 13e1fe4fe32a1126357554ff6e0fec203c72644e Mon Sep 17 00:00:00 2001 From: John Downey Date: Sat, 9 Apr 2022 22:27:01 -0500 Subject: [PATCH] Fix weapon/ability patterns --- src/templates/actors/partials/monster-attributes-tab.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/actors/partials/monster-attributes-tab.html b/src/templates/actors/partials/monster-attributes-tab.html index c4d15ed..63d78ba 100644 --- a/src/templates/actors/partials/monster-attributes-tab.html +++ b/src/templates/actors/partials/monster-attributes-tab.html @@ -94,7 +94,7 @@ {{#each abilities as |item|}}
  • -
    +

    @@ -119,7 +119,7 @@
  • {{#if (eq item.type 'weapon')}} -
    +
    {{/if}}