Fix bougette sur PNJ/Creatures

This commit is contained in:
2022-12-04 13:48:37 +01:00
parent 884823a1bc
commit 6d6fec99b0
4 changed files with 53 additions and 44 deletions

View File

@ -148,7 +148,7 @@ export class BoLActorSheet extends ActorSheet {
formData.options = this.options
formData.owner = this.document.isOwner
formData.editScore = this.options.editScore
formData.useBougette = BoLUtility.getUseBougette()
formData.useBougette = (this.actor.type == "character" && BoLUtility.getUseBougette()) || false
formData.bougette = this.actor.getBougette()
formData.charType = this.actor.getCharType()
formData.villainy = this.actor.getVillainy()