I hate companions. Should work now (#1576)

This commit is contained in:
WBHarry 2026-01-24 20:21:45 +01:00 committed by GitHub
parent 37ae40be8b
commit d43a4994ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 7 deletions

View file

@ -677,6 +677,8 @@ 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);