Soins depuis les tokens
This commit is contained in:
@@ -89,7 +89,7 @@ export class RdDTokenHud {
|
||||
if (target?.actor) {
|
||||
const hudSoins = { blessures: target.actor.blessuresASoigner() ?? [] };
|
||||
if (hudSoins.blessures.length > 0) {
|
||||
const controlIconTarget = html.find('.control-icon[data-action=combat]');
|
||||
const controlIconTarget = $(html).find('.control-icon[data-action=combat]');
|
||||
await RdDTokenHud._configureSubMenu(controlIconTarget,
|
||||
'systems/foundryvtt-reve-de-dragon/templates/hud-actor-soins.hbs',
|
||||
hudSoins,
|
||||
|
Reference in New Issue
Block a user