RC-29 | Abilities | Editing
This commit is contained in:
parent
07ad74822f
commit
9f0fea1467
5 changed files with 22 additions and 6 deletions
|
|
@ -79,11 +79,11 @@ export class HeroSummaryCardV1 extends HandlebarsApplicationMixin(ActorSheetV2)
|
|||
{ value: ctx.actor.system.ability[key] },
|
||||
),
|
||||
value: ctx.actor.system.ability[key],
|
||||
readonly: true,
|
||||
readonly: !this.isEditable,
|
||||
});
|
||||
};
|
||||
return ctx;
|
||||
}
|
||||
};
|
||||
// #endregion
|
||||
|
||||
// #region Actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue