Fix #169 Add new ability stuff

This commit is contained in:
2022-11-29 21:21:03 +01:00
parent 8b0685e35d
commit b5755db5ca
9 changed files with 80 additions and 38 deletions

View File

@ -60,7 +60,6 @@ export class PegasusItemSheet extends ItemSheet {
editable: this.isEditable,
cssClass: this.isEditable ? "editable" : "locked",
optionsDiceList: PegasusUtility.getOptionsDiceList(),
optionsStatusList: PegasusUtility.getOptionsStatusList(),
data: itemData.system,
description: await TextEditor.enrichHTML(this.object.system.description, {async: true}),
limited: this.object.limited,