Removed/commented-out not yet implemented things

This commit is contained in:
WBHarry 2025-11-05 23:55:39 +01:00
parent c49079c57c
commit c54d86ed3f
3 changed files with 10 additions and 11 deletions

View file

@ -48,10 +48,11 @@ export default class Party extends DHBaseActorSheet {
template: 'systems/daggerheart/templates/sheets/actors/party/resources.hbs',
scrollable: ['']
},
projects: {
template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs',
scrollable: ['']
},
/* NOT YET IMPLEMENTED */
// projects: {
// template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs',
// scrollable: ['']
// },
inventory: {
template: 'systems/daggerheart/templates/sheets/actors/party/inventory.hbs',
scrollable: ['']
@ -65,7 +66,8 @@ export default class Party extends DHBaseActorSheet {
tabs: [
{ id: 'partyMembers' },
{ id: 'resources' },
{ id: 'projects' },
/* NOT YET IMPLEMENTED */
// { id: 'projects' },
{ id: 'inventory' },
{ id: 'notes' }
],

View file

@ -13,10 +13,11 @@
<i class="fa-solid fa-users"></i>
<span>Group Roll</span>
</button>
<button>
{{!-- NOT YET IMPLEMENTED --}}
{{!-- <button>
<i class="fa-solid fa-handshake-angle"></i>
<span>Help Action</span>
</button>
</button> --}}
</div>
<fieldset class="actors-section glassy">

View file

@ -12,10 +12,6 @@
<i class="fa-solid fa-utensils"></i>
<span>{{localize "DAGGERHEART.APPLICATIONS.Downtime.shortRest.title"}}</span>
</button>
<button data-action="refeshActions">
<i class="fa-solid fa-campground"></i>
<span>New Section</span>
</button>
</div>
<fieldset class="resource-section glassy">