Some fixes

This commit is contained in:
2023-02-21 20:22:08 +01:00
parent 0fe4202098
commit b23d0836fe
17 changed files with 276 additions and 265 deletions

View File

@@ -50,8 +50,7 @@ export class Hero6Utility {
return true;
}
return false
})
})
this.gameSettings()
@@ -163,6 +162,8 @@ export class Hero6Utility {
'systems/fvtt-hero-system-6/templates/partials/partial-item-cost.hbs',
'systems/fvtt-hero-system-6/templates/partials/partial-power-equipment-cost.hbs',
'systems/fvtt-hero-system-6/templates/partials/partial-item-hasroll.hbs',
'systems/fvtt-hero-system-6/templates/partials/partial-actor-equipment.hbs',
'systems/fvtt-hero-system-6/templates/partials/partial-actor-equipment-section.hbs'
]
return loadTemplates(templatePaths);
}