Finished basic NPC sheet
This commit is contained in:
@@ -22,7 +22,7 @@ export default class M5CharacterSheet extends ActorSheet {
|
||||
|
||||
get template() {
|
||||
//console.log("M5CharacterSheet", this.actor.data.type)
|
||||
if (this.actor.data.type === "npc") {
|
||||
if (this.actor.type === "npc") {
|
||||
return "systems/midgard5/templates/sheets/npc/main.hbs";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user