Minor fixes

This commit is contained in:
2022-01-08 23:28:16 +01:00
parent 0f20a66cd2
commit 8a8f2450d4
6 changed files with 56 additions and 14 deletions

View File

@ -115,7 +115,7 @@ export class BoLActorSheet extends ActorSheet {
formData.details = this.actor.details;
formData.attributes = this.actor.attributes;
formData.aptitudes = this.actor.aptitudes;
formData.resources = this.actor.resources;
formData.resources = this.actor.getResourcesFromType();
formData.equipment = this.actor.equipment;
formData.weapons = this.actor.weapons;
formData.protections = this.actor.protections;