#11 Gestion des conteneurs

This commit is contained in:
2020-11-12 14:43:08 +01:00
parent 021948bf6e
commit 1d6768aff0
8 changed files with 120 additions and 75 deletions

View File

@ -136,6 +136,9 @@ Hooks.once("init", async function() {
Items.unregisterSheet("core", ItemSheet);
Items.registerSheet("foundryvtt-reve-de-dragon", RdDItemSheet, {makeDefault: true});
// Handlebar function pour container
Handlebars.registerHelper('buildConteneur', (objet) => { return RdDUtility.buildConteneur(objet); });
// Patch the initiative formula
_patch_initiative();
});