fix: renamed links to sheets
This commit is contained in:
parent
c112950a3e
commit
943e2c5185
@ -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`;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user