Add icons and background

This commit is contained in:
2022-11-09 23:48:08 +01:00
parent 4f04a3c97b
commit ad5f91fbb2
3 changed files with 34 additions and 27 deletions

View File

@ -43,7 +43,7 @@ export class HawkmoonActorSheet extends ActorSheet {
protections: duplicate(this.actor.getArmors()),
historique: duplicate(this.actor.getHistorique() || {}),
talents: duplicate(this.actor.getTalents() || {}),
profils: duplicate(this.actor.getProfil() || {}),
profils: duplicate(this.actor.getProfils() || {}),
combat: this.actor.getCombatValues(),
equipements: duplicate(this.actor.getEquipments()),
description: await TextEditor.enrichHTML(this.object.system.biodata.description, {async: true}),