Fixed so that companions can get bonus levelupchoices from their partner

This commit is contained in:
WBHarry 2026-01-19 21:47:00 +01:00
parent 77bac647a8
commit 6f6ee41f0f
7 changed files with 402 additions and 14 deletions

View file

@ -38,15 +38,6 @@ export default class DhCompanionSheet extends DHBaseActorSheet {
}
};
/** @inheritDoc */
async _onRender(context, options) {
await super._onRender(context, options);
this.element
.querySelector('.level-value')
?.addEventListener('change', event => this.document.updateLevel(Number(event.currentTarget.value)));
}
/* -------------------------------------------- */
/* Application Clicks Actions */
/* -------------------------------------------- */