Data model change
This commit is contained in:
@ -46,6 +46,7 @@ export class CrucibleActorSheet extends ActorSheet {
|
||||
race: duplicate(this.actor.getRace()),
|
||||
moneys: duplicate(this.actor.getMoneys()),
|
||||
encCapacity: this.actor.getEncumbranceCapacity(),
|
||||
saveRoll: this.actor.getSaveRoll(),
|
||||
containersTree: this.actor.containersTree,
|
||||
encCurrent: this.actor.encCurrent,
|
||||
options: this.options,
|
||||
|
Reference in New Issue
Block a user