Fix adversary type not updating in actor directory (#2009)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Iohan R. Trézze 2026-06-16 08:06:48 -03:00 committed by GitHub
parent 24d83e39ec
commit 3a3aa17a1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
export default class DhActorDirectory extends foundry.applications.sidebar.tabs.ActorDirectory {
static DEFAULT_OPTIONS = {
renderUpdateKeys: ['system.levelData.level.current', 'system.partner', 'system.tier']
renderUpdateKeys: ['system.levelData.level.current', 'system.partner', 'system.tier', 'system.type']
};
static _entryPartial = 'systems/daggerheart/templates/ui/sidebar/actor-document-partial.hbs';