diff --git a/module/sheets/actor-sheet.mjs b/module/sheets/actor-sheet.mjs index 021f9d9..87e7f42 100644 --- a/module/sheets/actor-sheet.mjs +++ b/module/sheets/actor-sheet.mjs @@ -8,7 +8,7 @@ export class KidsOnBroomsActorSheet extends ActorSheet { static get defaultOptions() { return foundry.utils.mergeObject(super.defaultOptions, { - classes: ["kids-on-brooms", "sheet", "actor"], + classes: ["kidsonbrooms", "sheet", "actor"], width: 800, height: 800, tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }] @@ -19,7 +19,7 @@ export class KidsOnBroomsActorSheet extends ActorSheet { get template() { console.log("template", this.actor) - return `systems/kids-on-brooms/templates/actor/actor-${this.actor.type}-sheet.html`; + return `systems/kidsonbrooms/templates/actor/actor-${this.actor.type}-sheet.html`; } /* -------------------------------------------- */