v13.0.6 #766
@@ -1,4 +1,7 @@
|
||||
# 13.0
|
||||
## 13.0.6 - Le bandage d'Illysis
|
||||
|
||||
- Les soins sont de nouveau disponibles depuis les tokens
|
||||
|
||||
## 13.0.5
|
||||
|
||||
|
@@ -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