Fix party rerenders from shields and weapons

This commit is contained in:
Carlos Fernandez 2026-05-17 19:28:38 -04:00
parent ab412367f9
commit 6a4f682938
2 changed files with 14 additions and 12 deletions

View file

@ -141,16 +141,6 @@ 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();
}
}
}
/** @inheritDoc */
static migrateDocumentData(source) {
if (!source.system.armor) {