Fixed companion

This commit is contained in:
WBHarry 2026-01-25 16:57:51 +01:00
parent fc8440a336
commit 2b7319e350
2 changed files with 1 additions and 3 deletions

View file

@ -682,8 +682,6 @@ export default class DhCharacter extends BaseDataActor {
}
}
}
this.companion.system.attack.roll.bonus = this.traits.instinct.value;
}
this.resources.hope.value = Math.min(baseHope, this.resources.hope.max);