mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Fixed relinking of Features from items created on Character
This commit is contained in:
parent
0cf9e1d17c
commit
3dc4daffc3
7 changed files with 96 additions and 51 deletions
|
|
@ -41,7 +41,7 @@ export default class MulticlassChoiceDialog extends HandlebarsApplicationMixin(A
|
|||
description: game.i18n.localize(domain.description),
|
||||
src: domain.src,
|
||||
selected: value === this.selectedDomain,
|
||||
disabled: this.actor.system.domains.includes(domain)
|
||||
disabled: this.actor.system.domains.includes(value)
|
||||
};
|
||||
});
|
||||
context.multiclassDisabled = !this.selectedDomain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue