forked from public/foundryvtt-reve-de-dragon
Fix retour en arrière sur le calendrier
This commit is contained in:
@ -37,6 +37,7 @@ export class RdDTokenHud {
|
||||
});
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static buildListeActionsCombat(combatant) {
|
||||
let armesList = RdDUtility.buildArmeList(combatant);
|
||||
for (let armeIndex = 0; armeIndex < armesList.length; armeIndex++) {
|
||||
@ -46,6 +47,7 @@ export class RdDTokenHud {
|
||||
return armesList;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async _configureSubMenu(insertionPoint, template, data, onMenuItem) {
|
||||
const hud = $(await renderTemplate(template, data));
|
||||
const imgHud = hud.find('img.rdd-hud-togglebutton');
|
||||
|
Reference in New Issue
Block a user