mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
I hate companions. Should work now (#1576)
This commit is contained in:
parent
37ae40be8b
commit
d43a4994ad
4 changed files with 18 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue