Merge branch 'feature/party-sheet' of https://github.com/Foundryborne/daggerheart into feature/party-sheet

This commit is contained in:
WBHarry 2025-11-04 17:20:29 +01:00
commit a442cb904b
4 changed files with 6 additions and 5 deletions

View file

@ -46,15 +46,15 @@ export default class Party extends DHBaseActorSheet {
partyMembers: { template: 'systems/daggerheart/templates/sheets/actors/party/party-members.hbs' },
resources: {
template: 'systems/daggerheart/templates/sheets/actors/party/resources.hbs',
scrollable: ['.resources']
scrollable: ['']
},
projects: {
template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs',
scrollable: ['.projects']
scrollable: ['']
},
inventory: {
template: 'systems/daggerheart/templates/sheets/actors/party/inventory.hbs',
scrollable: ['.inventory']
scrollable: ['']
},
notes: { template: 'systems/daggerheart/templates/sheets/actors/party/notes.hbs' }
};