Petits fixes

This commit is contained in:
2023-03-13 20:39:38 +01:00
parent 1b12dc44c9
commit c6ec1b74a2
6 changed files with 27 additions and 8 deletions

View File

@ -64,6 +64,7 @@ export class HeritiersActorSheet extends ActorSheet {
options: this.options,
owner: this.document.isOwner,
editScore: this.options.editScore,
config: game.system.lesheritiers.config,
isGM: game.user.isGM,
isPNJ: (this.actor.type == "pnj")
}

View File

@ -50,6 +50,10 @@ export const HERITIERS_CONFIG = {
"passif": "Passif",
"metamorphose": "Métamorphose"
},
statutMasque: {
"masque": "Masqué",
"demasque":"Démasqué"
},
niveauPouvoir: {
"normal": "Normal",
"profond": "Profond",