Reset progression button
All checks were successful
Release Creation / build (release) Successful in 1m31s

This commit is contained in:
2025-02-25 07:13:59 +01:00
parent ba1c0d4437
commit 72ef2dbe1b
25 changed files with 81 additions and 70 deletions

View File

@ -13,6 +13,11 @@ export default class LethalFantasyUtils {
return compendiumData.filter(filter)
}
/* -------------------------------------------- */
static pushCombatOptions(html, options) {
options.push({ name: "Reset Progression", condition: true, icon: '<i class="fas fa-rotate-right"></i>', callback: target => { game.combat.resetProgression(target.data('combatant-id')); } })
}
static handleSocketEvent(msg = {}) {
console.log(`handleSocketEvent !`, msg)
let actor