Fixed typo

pull/2/head
Erebus 2020-12-01 08:18:19 +01:00
parent 14a77c37b9
commit cbafeede44
3 changed files with 1 additions and 5 deletions

View File

@ -71,7 +71,7 @@
"ROLL.OPENED": "Öppnad", "ROLL.OPENED": "Öppnad",
"MENU.SHOWROLLDIALOG": "Visa tärningsdialog", "MENU.SHOWROLLDIALOG": "Visa tärningsdialog",
"ROLL.OPENCLOSE": "Öppna / Stäng", "ROLL.OPENCLOSE": "Öppna / Stäng",
"ROLL.EXCEPTIONAL": "Exceptionelt", "ROLL.EXCEPTIONAL": "Exceptionellt",
"SKILL.TYPE": "Typ", "SKILL.TYPE": "Typ",
"SKILL.BASE": "Grundfärdigheter", "SKILL.BASE": "Grundfärdigheter",

View File

@ -12,7 +12,5 @@ export class ActorKH extends Actor {
const data = actorData.data; const data = actorData.data;
const flags = actorData.flags; const flags = actorData.flags;
data.type = actorData.type; data.type = actorData.type;
console.log("ACTOR DATA")
} }
} }

View File

@ -60,8 +60,6 @@ Hooks.on("createActor", async (actor, options, userId) => KHHooks.onCreateActor(
function registerSheets() { function registerSheets() {
// Register sheet application classes // Register sheet application classes
console.log("Registerting sheets")
Actors.unregisterSheet("core", ActorSheet); Actors.unregisterSheet("core", ActorSheet);
Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["character"], makeDefault: true }); Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["character"], makeDefault: true });
Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["adversary"], makeDefault: true }); Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["adversary"], makeDefault: true });