Ajout QoL
This commit is contained in:
@@ -13,6 +13,7 @@ import { VadentisItemSheet } from "./vadentis-item-sheet.js";
|
||||
import { VadentisActorSheet } from "./vadentis-actor-sheet.js";
|
||||
import { VadentisUtility } from "./vadentis-utility.js";
|
||||
import { VadentisCombat } from "./vadentis-combat.js";
|
||||
import { VadentisTokenHud } from "./vadentis-hud.js";
|
||||
|
||||
/* -------------------------------------------- */
|
||||
/* Foundry VTT Initialization */
|
||||
@@ -60,6 +61,8 @@ Hooks.once("init", async function () {
|
||||
Hooks.on('updateCombat', (combat, round, diff, id) => {
|
||||
VadentisUtility.updateCombat(combat, round, diff, id);
|
||||
});
|
||||
|
||||
VadentisTokenHud.init();
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user