v13.0.6 #766
@@ -1,4 +1,7 @@
|
|||||||
# 13.0
|
# 13.0
|
||||||
|
## 13.0.6 - Le bandage d'Illysis
|
||||||
|
|
||||||
|
- Les soins sont de nouveau disponibles depuis les tokens
|
||||||
|
|
||||||
## 13.0.5
|
## 13.0.5
|
||||||
|
|
||||||
|
@@ -89,7 +89,7 @@ export class RdDTokenHud {
|
|||||||
if (target?.actor) {
|
if (target?.actor) {
|
||||||
const hudSoins = { blessures: target.actor.blessuresASoigner() ?? [] };
|
const hudSoins = { blessures: target.actor.blessuresASoigner() ?? [] };
|
||||||
if (hudSoins.blessures.length > 0) {
|
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,
|
await RdDTokenHud._configureSubMenu(controlIconTarget,
|
||||||
'systems/foundryvtt-reve-de-dragon/templates/hud-actor-soins.hbs',
|
'systems/foundryvtt-reve-de-dragon/templates/hud-actor-soins.hbs',
|
||||||
hudSoins,
|
hudSoins,
|
||||||
|
Reference in New Issue
Block a user