diff --git a/lang/sv.json b/lang/sv.json index 4448010..8a2f3a7 100644 --- a/lang/sv.json +++ b/lang/sv.json @@ -71,7 +71,7 @@ "ROLL.OPENED": "Öppnad", "MENU.SHOWROLLDIALOG": "Visa tärningsdialog", "ROLL.OPENCLOSE": "Öppna / Stäng", - "ROLL.EXCEPTIONAL": "Exceptionelt", + "ROLL.EXCEPTIONAL": "Exceptionellt", "SKILL.TYPE": "Typ", "SKILL.BASE": "Grundfärdigheter", diff --git a/module/actors/actor.js b/module/actors/actor.js index e7433b2..d082d58 100644 --- a/module/actors/actor.js +++ b/module/actors/actor.js @@ -12,7 +12,5 @@ export class ActorKH extends Actor { const data = actorData.data; const flags = actorData.flags; data.type = actorData.type; - - console.log("ACTOR DATA") } } \ No newline at end of file diff --git a/module/kh-main.js b/module/kh-main.js index 9664591..18a5432 100644 --- a/module/kh-main.js +++ b/module/kh-main.js @@ -60,8 +60,6 @@ Hooks.on("createActor", async (actor, options, userId) => KHHooks.onCreateActor( function registerSheets() { // Register sheet application classes - console.log("Registerting sheets") - Actors.unregisterSheet("core", ActorSheet); Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["character"], makeDefault: true }); Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["adversary"], makeDefault: true });