mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 08:20:30 +01:00
Fix Companion not updating Partner resources
This commit is contained in:
parent
2ef36401d5
commit
3f2dcc91d9
2 changed files with 5 additions and 4 deletions
|
|
@ -631,7 +631,7 @@ export default class DhpActor extends Actor {
|
|||
}
|
||||
|
||||
async modifyResource(resources) {
|
||||
if (!resources.length) return;
|
||||
if (!resources?.length) return;
|
||||
|
||||
if (resources.find(r => r.key === 'stress')) this.convertStressDamageToHP(resources);
|
||||
let updates = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue