Combat tracker enhancements

This commit is contained in:
2023-09-16 10:16:59 +02:00
parent ff57953e75
commit c4160b2fd5
14 changed files with 165 additions and 81 deletions

View File

@ -38,7 +38,6 @@ export class PegasusActorSheet extends ActorSheet {
cssClass: this.isEditable ? "editable" : "locked",
data: actorData.system,
traumaState: this.actor.getTraumaState(),
effects: this.object.effects.map(e => foundry.utils.deepClone(e.data)),
limited: this.object.limited,
specs: this.actor.getSpecs( ),
config: game.system.pegasus.config,