Char creation

This commit is contained in:
2022-01-08 18:28:01 +01:00
parent 91ab828681
commit c74fb5969a
15 changed files with 470 additions and 267 deletions

View File

@ -52,6 +52,8 @@ export class PegasusActorSheet extends ActorSheet {
activePerks: duplicate(this.actor.getActivePerks()),
powers: duplicate(this.actor.getPowers()),
subActors: duplicate(this.actor.getSubActors()),
race: duplicate(this.actor.getRace()),
role: duplicate(this.actor.getRole()),
options: this.options,
owner: this.document.isOwner,
editScore: this.options.editScore,