From f52a491f73a815340adfd657be3895453207649b Mon Sep 17 00:00:00 2001 From: Gesina Schwalbe Date: Fri, 1 Jan 2021 21:24:13 +0100 Subject: [PATCH] swapped owner and equipped in item desc --- src/templates/item/partials/description.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/item/partials/description.hbs b/src/templates/item/partials/description.hbs index fdfe6754..96b24106 100644 --- a/src/templates/item/partials/description.hbs +++ b/src/templates/item/partials/description.hbs @@ -1,16 +1,16 @@
{{#if isOwned}} -
- - {{actor.name}} -
{{#if (ne data.equipped undefined)}}
{{/if}} +
+ + {{actor.name}} +