From 2fff1b84b54c415d2dd6cd4b77d40d5f1e26c7e1 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 13 Jan 2024 16:04:10 -0700 Subject: [PATCH] Allow editing the "Used" property on embedded aspects from the Aspect sheet --- templates/items/aspect.hbs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/items/aspect.hbs b/templates/items/aspect.hbs index 777aa21..1c3c5f6 100644 --- a/templates/items/aspect.hbs +++ b/templates/items/aspect.hbs @@ -23,4 +23,17 @@ aria-description="{{localize "dotdungeon.aria.aspect-description"}}" >{{system.info}} + {{#if item.isEmbedded}} + + + {{/if}} \ No newline at end of file