Initial Import
This commit is contained in:
@@ -63,10 +63,9 @@ export class WarheroItemSheet extends ItemSheet {
|
||||
name: this.object.name,
|
||||
editable: this.isEditable,
|
||||
cssClass: this.isEditable ? "editable" : "locked",
|
||||
weaponSkills: WarheroUtility.getWeaponSkills(),
|
||||
shieldSkills: WarheroUtility.getShieldSkills(),
|
||||
config: game.system.warhero.config,
|
||||
description: await TextEditor.enrichHTML(this.object.system.description, {async: true}),
|
||||
data: itemData,
|
||||
system: itemData,
|
||||
limited: this.object.limited,
|
||||
options: this.options,
|
||||
owner: this.document.isOwner,
|
||||
|
||||
Reference in New Issue
Block a user