style limited sheets

This commit is contained in:
moliloo 2025-10-14 01:21:59 -03:00
parent 11baedebb7
commit 86297bd14b
6 changed files with 319 additions and 8 deletions

View file

@ -69,6 +69,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
context = await super._preparePartContext(partId, context, options);
switch (partId) {
case 'header':
case 'limited':
await this._prepareHeaderContext(context, options);
const adversaryTypes = CONFIG.DH.ACTOR.allAdversaryTypes();