This commit is contained in:
2023-05-26 07:46:06 +02:00
parent 08f0aba1d8
commit 4058cd530b
69 changed files with 475 additions and 433 deletions

View File

@ -36,6 +36,9 @@ export class EcrymeActorSheet extends ActorSheet {
system: duplicate(this.object.system),
limited: this.object.limited,
skills: this.actor.prepareSkills(),
traits: this.actor.getRollTraits(),
ideal: this.actor.getIdeal(),
spleen: this.actor.getSpleen(),
system: duplicate(this.object.system),
config: duplicate(game.system.ecryme.config),
weapons: duplicate(this.actor.getWeapons()),