mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Fixed party height and resource armor update
This commit is contained in:
parent
df0ed5dc0f
commit
0c8f9616f8
2 changed files with 7 additions and 1 deletions
|
|
@ -131,6 +131,12 @@ export default class DHArmor extends AttachableItem {
|
|||
|
||||
_onUpdate(a, b, c) {
|
||||
super._onUpdate(a, b, c);
|
||||
|
||||
if (this.actor?.type === 'character') {
|
||||
for (const party of this.actor.parties) {
|
||||
party.render();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue