Sync all
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user