Enhancements as per issue tracking sheet
This commit is contained in:
@@ -8,6 +8,7 @@ import OathHammerUtils from "./module/utils.mjs"
|
||||
import OathHammerWeaponDialog from "./module/applications/weapon-dialog.mjs"
|
||||
import OathHammerCombat from "./module/combat.mjs"
|
||||
import { rollWeaponDamage } from "./module/rolls.mjs"
|
||||
import { injectFreeRollBar } from "./module/applications/free-roll.mjs"
|
||||
|
||||
Hooks.once("init", function () {
|
||||
console.info(SYSTEM.ASCII)
|
||||
@@ -108,3 +109,6 @@ Hooks.on("renderChatMessageHTML", (message, html) => {
|
||||
if (opts) await rollWeaponDamage(actor, weapon, opts)
|
||||
})
|
||||
})
|
||||
|
||||
// Inject Free Roll bar into the chat sidebar
|
||||
Hooks.on("renderChatLog", (_chatLog, html) => injectFreeRollBar(_chatLog, html))
|
||||
|
||||
Reference in New Issue
Block a user