Various fixes and add rune support

This commit is contained in:
2026-03-30 23:38:45 +02:00
parent 2bf737a3ef
commit fb04448ab0
18 changed files with 506 additions and 9 deletions

View File

@@ -98,6 +98,11 @@ Hooks.once("init", function () {
OathHammerUtils.registerHandlebarsHelpers()
// Pre-register Handlebars partials so {{> "path"}} works in item templates
foundry.applications.handlebars.loadTemplates([
"systems/fvtt-oath-hammer/templates/item/rune-zone.hbs",
])
console.info("Oath Hammer | System Initialized")
})