diff --git a/modules/heritiers-actor-sheet.js b/modules/heritiers-actor-sheet.js index a7f60fb..343c8e8 100644 --- a/modules/heritiers-actor-sheet.js +++ b/modules/heritiers-actor-sheet.js @@ -4,7 +4,6 @@ */ import { HeritiersUtility } from "./heritiers-utility.js"; -import { HeritiersAutomation } from "./heritiers-automation.js"; /* -------------------------------------------- */ export class HeritiersActorSheet extends ActorSheet { diff --git a/modules/heritiers-creature-sheet.js b/modules/heritiers-creature-sheet.js index 67382d3..a1183ac 100644 --- a/modules/heritiers-creature-sheet.js +++ b/modules/heritiers-creature-sheet.js @@ -5,7 +5,6 @@ import { HeritiersActorSheet } from "./heritiers-actor-sheet.js"; import { HeritiersUtility } from "./heritiers-utility.js"; -import { HeritiersAutomation } from "./heritiers-automation.js"; /* -------------------------------------------- */ export class HeritiersCreatureSheet extends HeritiersActorSheet { diff --git a/system.json b/system.json index 47e4e22..62cc2ac 100644 --- a/system.json +++ b/system.json @@ -32,7 +32,7 @@ { "type": "Item", "label": "Compétences", - "name": "skills", + "name": "competences", "path": "packs/competences.db", "system": "fvtt-les-heritiers", "private": false, @@ -41,7 +41,7 @@ { "type": "Item", "label": "Avantages", - "name": "skills", + "name": "avantages", "path": "packs/avantages.db", "system": "fvtt-les-heritiers", "private": false, @@ -50,8 +50,8 @@ { "type": "Item", "label": "Désavantages", - "name": "skills", - "path": "packs/desaavantages.db", + "name": "desavantages", + "path": "packs/desavantages.db", "system": "fvtt-les-heritiers", "private": false, "flags": {}