Update fiche creature

This commit is contained in:
2023-12-06 10:14:26 +01:00
parent d2da332411
commit 9990545568
66 changed files with 279 additions and 216 deletions

View File

@@ -153,7 +153,8 @@ export class WastelandUtility {
const templatePaths = [
'systems/fvtt-wasteland/templates/editor-notes-gm.html',
'systems/fvtt-wasteland/templates/partial-item-description.html',
'systems/fvtt-wasteland/templates/partial-list-niveau.html'
'systems/fvtt-wasteland/templates/partial-list-niveau.html',
'systems/fvtt-wasteland/templates/partial-list-niveau-creature.html'
]
return loadTemplates(templatePaths);
}