I hate companions. Should work now

This commit is contained in:
WBHarry 2026-01-24 13:33:35 +01:00
parent bdb8997324
commit d5ae4b4af6
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);