#140 Permettre des jets de carac dérivées

This commit is contained in:
2021-02-10 11:24:14 +01:00
parent cddc6a8e9b
commit 6675539c59
5 changed files with 19 additions and 5 deletions

View File

@ -300,4 +300,9 @@ Hooks.on("chatMessage", (html, content, msg) => {
/* -------------------------------------------- */
Hooks.on("getCombatTrackerEntryContext", (html, options) => {
RdDUtility.pushInitiativeOptions(html, options);
})
});
/* -------------------------------------------- */
Hooks.on("renderChatMessage", async (app, html, msg) => {
RdDUtility.onRenderChatMessage(app, html, msg);
});