This commit is contained in:
2023-03-09 13:53:19 +01:00
parent 7827e07e1c
commit bfad3d1e5f
7 changed files with 33 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ export class WarheroActorSheet extends ActorSheet {
subActors: duplicate(this.actor.getSubActors()),
competency: this.actor.getCompetency(),
race: duplicate(race),
class: duplicate(this.actor.getClass()),
classes: duplicate(this.actor.getClasses()),
totalMoney: this.actor.computeTotalMoney(),
//moneys: duplicate(this.actor.getMoneys()),
description: await TextEditor.enrichHTML(this.object.system.biodata.description, {async: true}),