forked from public/foundryvtt-reve-de-dragon
Gestion initiative améliorée
This commit is contained in:
@ -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 );
|
||||
})
|
||||
|
Reference in New Issue
Block a user