This commit is contained in:
WBHarry 2025-07-01 11:43:00 +02:00
parent 9850d5f6e8
commit 094acbc65f
7 changed files with 26 additions and 31 deletions

View file

@ -131,13 +131,6 @@ export default class DhCompanion extends BaseDataActor {
this.evasion.total = this.evasion.value + this.evasion.bonus;
}
getRollData() {
const data = super.getRollData();
return {
...data
};
}
async _preDelete() {
if (this.partner) {
await this.partner.update({ 'system.companion': null });