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