Enhance combat
This commit is contained in:
@ -57,6 +57,10 @@ Hooks.once("init", async function () {
|
||||
Hooks.on('renderChatLog', (log, html, data) => {
|
||||
SoSUtility.registerChatCallbacks(html);
|
||||
});
|
||||
// Init/registers
|
||||
Hooks.on('updateCombat', (combat, round, diff, id) => {
|
||||
SoSUtility.updateCombat(combat, round, diff, id);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user