Gestion initiative améliorée

This commit is contained in:
2020-11-24 16:41:15 +01:00
parent 136c7594d4
commit 78f07655e3
6 changed files with 121 additions and 43 deletions

View File

@ -217,3 +217,8 @@ Hooks.on("chatMessage", (html, content, msg) => {
return RdDUtility.processChatCommand( commands, content, msg );
} );
/* -------------------------------------------- */
Hooks.on("getCombatTrackerEntryContext", (html, options) => {
RdDUtility.pushInitiativeOptions( html, options );
})