mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
FEAT: add description enrichement for items sheet
This commit is contained in:
parent
f63e94b4cc
commit
c879dbd1d2
3 changed files with 29 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ export default class ArmorSheet extends DHBaseItemSheet {
|
|||
|
||||
/**@inheritdoc */
|
||||
async _preparePartContext(partId, context) {
|
||||
super._preparePartContext(partId, context);
|
||||
await super._preparePartContext(partId, context);
|
||||
|
||||
switch (partId) {
|
||||
case 'settings':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue