Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe346f46bf |
+7
-2
@@ -108,11 +108,16 @@ function preLocalizeConfig() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Hooks.once("ready", function () {
|
Hooks.once("ready", async function () {
|
||||||
console.info("LETHAL FANTASY | Ready")
|
console.info("LETHAL FANTASY | Ready")
|
||||||
|
|
||||||
// Initialiser la table des résultats D30
|
// Initialiser la table des résultats D30
|
||||||
documents.D30Roll.initialize()
|
await documents.D30Roll.initialize()
|
||||||
|
|
||||||
|
// Register Handlebars partials used by chat templates
|
||||||
|
await foundry.applications.handlebars.loadTemplates([
|
||||||
|
"systems/fvtt-lethal-fantasy/templates/chat/_dice-breakdown.hbs"
|
||||||
|
])
|
||||||
|
|
||||||
// Saignement piloté par le combat tracker
|
// Saignement piloté par le combat tracker
|
||||||
_registerBleedingHooks()
|
_registerBleedingHooks()
|
||||||
|
|||||||
Reference in New Issue
Block a user