This commit is contained in:
LeRatierBretonnien 2023-02-04 09:31:46 +01:00
parent 051d9ca943
commit fbe77dcdc0
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ export class MaleficesActor extends Actor {
}
getArchetype() {
let comp = duplicate(this.items.find(item => item.type == 'archetype') || {name: "Pas d'archetype"})
if (comp) {
if (comp && comp.system) {
comp.tarot = MaleficesUtility.getTarot(comp.system.lametutelaire)
}

View File

@ -55,7 +55,7 @@
],
"title": "Maléfices, le Jeu de Rôle",
"url": "https://www.uberwald.me/gitea/public/fvtt-malefices",
"version": "10.0.8",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.8.zip",
"version": "10.0.9",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.9.zip",
"background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp"
}