déplacement du helper Handlebars
Tous les helpers sont déclarés dans RdDUtility
This commit is contained in:
@ -222,9 +222,6 @@ Hooks.once("init", async function () {
|
||||
Items.registerSheet("foundryvtt-reve-de-dragon", RdDItemSheet, { makeDefault: true });
|
||||
CONFIG.Combat.entityClass = RdDCombatManager;
|
||||
|
||||
// Handlebar function pour container
|
||||
Handlebars.registerHelper('buildConteneur', (objet) => { return RdDUtility.buildConteneur(objet); });
|
||||
|
||||
// Patch the initiative formula
|
||||
_patch_initiative();
|
||||
|
||||
|
Reference in New Issue
Block a user