mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
[Feature] Add way to delete unbound character creation items (#1907)
* Add way to delete unbound character creation items
* Temporarily reduce functionality
* Fixed missing fetchSubclass call
* Revert "Fixed missing fetchSubclass call"
This reverts commit 4fc9ee39b6.
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
b631525b6e
commit
ed53d9ed4c
2 changed files with 59 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{#if document.system.multiclass.value}}
|
||||
{{#if (or document.system.multiclass.value document.system.multiclass.subclass)}}
|
||||
<div class="multiclass">
|
||||
{{#if document.system.multiclass.value}}
|
||||
<span data-action="editDoc"data-item-uuid="{{document.system.multiclass.value.uuid}}">{{document.system.multiclass.value.name}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue