Allow editing the "Used" property on embedded aspects from the Aspect sheet
This commit is contained in:
parent
3791a7199c
commit
2fff1b84b5
1 changed files with 13 additions and 0 deletions
|
|
@ -23,4 +23,17 @@
|
|||
aria-description="{{localize "dotdungeon.aria.aspect-description"}}"
|
||||
>{{system.info}}</textarea>
|
||||
</label>
|
||||
{{#if item.isEmbedded}}
|
||||
<input
|
||||
id="{{meta.idp}}-used"
|
||||
type="checkbox"
|
||||
name="system.used"
|
||||
{{checked system.used}}
|
||||
>
|
||||
<label
|
||||
for="{{meta.idp}}-used"
|
||||
>
|
||||
{{localize "dotdungeon.actor.pc.aspect.used"}}
|
||||
</label>
|
||||
{{/if}}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue