mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
domain lookup fix for tooltipo
This commit is contained in:
parent
b4c2034789
commit
a67768e469
2 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,8 @@ export default class DhTooltipManager extends foundry.helpers.interaction.Toolti
|
|||
{
|
||||
item: item,
|
||||
description: item.system?.enrichedDescription ?? item.enrichedDescription,
|
||||
config: CONFIG.DH
|
||||
config: CONFIG.DH,
|
||||
allDomains: CONFIG.DH.DOMAIN.allDomains()
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue