Armes/Protections/Equipement

This commit is contained in:
2022-10-24 15:39:09 +02:00
parent c2a9beea89
commit 3b10ac18c2
8 changed files with 174 additions and 181 deletions

View File

@ -122,7 +122,8 @@ export class HawkmoonUtility {
'systems/fvtt-hawkmoon-cyd/templates/editor-notes-gm.html',
'systems/fvtt-hawkmoon-cyd/templates/partial-item-description.html',
'systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html',
'systems/fvtt-hawkmoon-cyd/templates/partial-list-niveau.html'
'systems/fvtt-hawkmoon-cyd/templates/partial-list-niveau.html',
'systems/fvtt-hawkmoon-cyd/templates/partial-item-prix.html'
]
return loadTemplates(templatePaths);
}